Ticket #8950: 8950_2.patch

File 8950_2.patch, 1.0 KB (added by Garry Yao, 12 years ago)
  • _source/plugins/selection/plugin.js

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    16461646                                // Don't miss selection change event for non-IEs.
    16471647                                this.document.fire( 'selectionchange' );
    16481648                                this.reset();
     1649
     1650                                checkSelectionChange();
    16491651                        }
    16501652                },
    16511653
  • _source/plugins/tabletools/dialogs/tableCell.js

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    514514
    515515                                this._.editor.forceNextSelectionCheck();
    516516                                selection.selectBookmarks( bookmarks );
    517                                 this._.editor.selectionChange();
    518517                        }
    519518                };
    520519        } );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy