fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
editor: handle situation when element doesn't implement getVerticallyFirstTextElement
[fnpeditor.git]
/
src
/
editor
/
modules
/
documentCanvas
/
canvas
/
documentElement.js
diff --git
a/src/editor/modules/documentCanvas/canvas/documentElement.js
b/src/editor/modules/documentCanvas/canvas/documentElement.js
index
8a5193b
..
d40ca9b
100644
(file)
--- a/
src/editor/modules/documentCanvas/canvas/documentElement.js
+++ b/
src/editor/modules/documentCanvas/canvas/documentElement.js
@@
-154,6
+154,9
@@
$.extend(DocumentNodeElement.prototype, {
detach: function(isChild) {
var parents;
+ if(this.gutterGroup) {
+ this.gutterGroup.remove();
+ }
if(_.isFunction(this.children)) {
this.children().forEach(function(child) {
child.detach(true);