From: Aleksander Ɓukasz Date: Tue, 30 Jul 2013 09:11:53 +0000 (+0200) Subject: fix: changes to meta attribute were being lost X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/6535ed0c525f70c936a8e25ff38df5157b15c04c fix: changes to meta attribute were being lost --- diff --git a/modules/rng/rng.js b/modules/rng/rng.js index 1ecdc4e..59652a7 100644 --- a/modules/rng/rng.js +++ b/modules/rng/rng.js @@ -207,6 +207,7 @@ return function(sandbox) { currentNodeElementChanged: function(nodeElement) { commands.updateCurrentNodeElement(nodeElement); + dirty.documentCanvas = true; }, contentChanged: function() {