Skip to content

Commit f5fa809

Browse files
committed
Comment out debug logging.
1 parent 833b139 commit f5fa809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/editor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8535,7 +8535,7 @@
85358535
$(document).on('selectionchange', function(e) {
85368536
// add by xukj - fix cannot set bold/italic on android
85378537
if (document.getSelection() != '') {
8538-
zss_editor.log('selectionchange'); // log
8538+
/* zss_editor.log('selectionchange'); */
85398539
zss_editor.calculateEditorHeightWithCaretPosition();
85408540
zss_editor.setScrollPosition();
85418541
zss_editor.enabledEditingItems(e);
@@ -8545,7 +8545,7 @@
85458545

85468546
// Make sure that when we tap anywhere in the document we focus on the editor
85478547
$(window).on('touchmove', function(e) {
8548-
zss_editor.log('touchmove'); // log
8548+
/* zss_editor.log('touchmove'); */
85498549
zss_editor.isDragging = true;
85508550
zss_editor.updateScrollOffset = true;
85518551
zss_editor.setScrollPosition();

0 commit comments

Comments
 (0)