We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be70630 commit c07e7a0Copy full SHA for c07e7a0
1 file changed
js/control.js
@@ -24,6 +24,7 @@ var control = (function() {
24
_toggleEdit();
25
render();
26
links.tabIndex();
27
+ data.save();
28
}, false);
29
controlLinkBlock.addEventListener("click", function() {
30
_toggleListStyle("block");
0 commit comments