[bug] fix edit state not being saved

This commit is contained in:
zombieFox 2018-12-28 00:06:44 -07:00
parent be70630c69
commit c07e7a05d6

View File

@ -24,6 +24,7 @@ var control = (function() {
_toggleEdit(); _toggleEdit();
render(); render();
links.tabIndex(); links.tabIndex();
data.save();
}, false); }, false);
controlLinkBlock.addEventListener("click", function() { controlLinkBlock.addEventListener("click", function() {
_toggleListStyle("block"); _toggleListStyle("block");