File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 ) ;
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 ( ) ;
You can’t perform that action at this time.
0 commit comments