fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
better placement of the comment tutorial
[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
dcf05b2
..
d6d60d3
100644
(file)
--- a/
src/editor/modules/documentCanvas/canvas/documentElement.js
+++ b/
src/editor/modules/documentCanvas/canvas/documentElement.js
@@
-279,7
+279,7
@@
$.extend(DocumentTextElement.prototype, {
if(text === '') {
text = utils.unicode.ZWS;
}
- if(text !== this.
getText()
) {
+ if(text !== this.
dom.contents()[0].data
) {
this.dom.contents()[0].data = text;
}
},