fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update document summary on save/revert
[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
993064a
..
d6d60d3
100644
(file)
--- a/
src/editor/modules/documentCanvas/canvas/documentElement.js
+++ b/
src/editor/modules/documentCanvas/canvas/documentElement.js
@@
-43,7
+43,7
@@
$.extend(DocumentElement.prototype, {
this.state[key] = changes[key] = toUpdate[key];
}
}.bind(this));
this.state[key] = changes[key] = toUpdate[key];
}
}.bind(this));
- console.log(changes);
+
//
console.log(changes);
if(_.isFunction(this.onStateChange)) {
this.onStateChange(changes);
if(_.isBoolean(changes.active)) {
if(_.isFunction(this.onStateChange)) {
this.onStateChange(changes);
if(_.isBoolean(changes.active)) {
@@
-279,7
+279,7
@@
$.extend(DocumentTextElement.prototype, {
if(text === '') {
text = utils.unicode.ZWS;
}
if(text === '') {
text = utils.unicode.ZWS;
}
- if(text !== this.
getText()
) {
+ if(text !== this.
dom.contents()[0].data
) {
this.dom.contents()[0].data = text;
}
},
this.dom.contents()[0].data = text;
}
},