Commit 6b0bba3c109b5163e0a7922ca1e7553b7b56b0c9
Set editable to false.
FIXME.
| | | | 184 | annotation.title = self.new_anno.title; | 184 | annotation.title = self.new_anno.title; |
---|
185 | } | 185 | } |
---|
186 | annotation.text = self.new_anno.text; | 186 | annotation.text = self.new_anno.text; |
---|
187 | //annotation.editable = false; | | //annotation.editable = false; |
---|
| | 187 | annotation.editable = false; | 188 | //console.log(self.new_anno, annotation); | 188 | //console.log(self.new_anno, annotation); |
---|
189 | }, | 189 | }, |
---|
190 | // hide the original editor window, when user has completed selecting part | 190 | // hide the original editor window, when user has completed selecting part |
---|