]> _ Git - fluidbook-toolbox.git/commitdiff
wip #7634
authorsoufiane <soufiane@cubedesigners.com>
Tue, 22 Jul 2025 09:12:23 +0000 (11:12 +0200)
committersoufiane <soufiane@cubedesigners.com>
Tue, 22 Jul 2025 09:12:23 +0000 (11:12 +0200)
resources/markdowneditor/js/markdowneditor.js

index a078c92b9159d94a9fa1291746f2e2f8f189aa57..3100a829e894c3491d073883127bf082e322eefe 100644 (file)
@@ -78,7 +78,6 @@ MarkdownEditor.prototype = {
 
         $(document).on('keyup', function (e) {
             $this.undo.pushState()
-            console.log($this.undo.states)
         })
     },
 
@@ -193,8 +192,6 @@ MarkdownEditor.prototype = {
 
         this.undo.initState();
         this.undo.updateIconsStates();
-
-        console.log(this.undo.states)
     },
 
     firstPage: function () {