fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
internal container wip: Chrome hack - making sure that user can't navigate out of...
[fnpeditor.git]
/
modules
/
rng
/
rng.js
diff --git
a/modules/rng/rng.js
b/modules/rng/rng.js
index
a3e746c
..
59652a7
100644
(file)
--- a/
modules/rng/rng.js
+++ b/
modules/rng/rng.js
@@
-205,6
+205,11
@@
return function(sandbox) {
commands.updateCurrentNodeElement(nodeElement);
},
commands.updateCurrentNodeElement(nodeElement);
},
+ currentNodeElementChanged: function(nodeElement) {
+ commands.updateCurrentNodeElement(nodeElement);
+ dirty.documentCanvas = true;
+ },
+
contentChanged: function() {
dirty.documentCanvas = true;
},
contentChanged: function() {
dirty.documentCanvas = true;
},