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 8535
8535
$ ( document ) . on ( 'selectionchange' , function ( e ) {
8536
8536
// add by xukj - fix cannot set bold/italic on android
8537
8537
if ( document . getSelection ( ) != '' ) {
8538
- zss_editor . log ( 'selectionchange' ) ; // log
8538
+ /* zss_editor.log('selectionchange'); */
8539
8539
zss_editor . calculateEditorHeightWithCaretPosition ( ) ;
8540
8540
zss_editor . setScrollPosition ( ) ;
8541
8541
zss_editor . enabledEditingItems ( e ) ;
8545
8545
8546
8546
// Make sure that when we tap anywhere in the document we focus on the editor
8547
8547
$ ( window ) . on ( 'touchmove' , function ( e ) {
8548
- zss_editor . log ( 'touchmove' ) ; // log
8548
+ /* zss_editor.log('touchmove'); */
8549
8549
zss_editor . isDragging = true ;
8550
8550
zss_editor . updateScrollOffset = true ;
8551
8551
zss_editor . setScrollPosition ( ) ;
You can’t perform that action at this time.
0 commit comments