File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 139
139
*
140
140
* See {@link CKEDITOR.plugins.undo.UndoManager#lock} for more details.
141
141
*
142
+ * @since 4.0
142
143
* @event lockSnapshot
143
144
* @member CKEDITOR.editor
144
145
* @param {CKEDITOR.editor } editor This editor instance.
148
149
/**
149
150
* Unlock manager and update latest snapshot.
150
151
*
152
+ * @since 4.0
151
153
* @event unlockSnapshot
152
154
* @member CKEDITOR.editor
153
155
* @param {CKEDITOR.editor } editor This editor instance.
562
564
* after the {@link #unlock} method is called.
563
565
*
564
566
* It's mainly used for ensure any DOM operations that shouldn't be recorded (e.g. auto paragraphing).
567
+ *
568
+ * @since 4.0
565
569
*/
566
570
lock : function ( ) {
567
571
if ( ! this . locked ) {
580
584
* Unlock the snapshot stack and check to amend the last snapshot.
581
585
*
582
586
* See {@link #lock} for more details.
587
+ *
588
+ * @since 4.0
583
589
*/
584
590
unlock : function ( ) {
585
591
if ( this . locked ) {
You can’t perform that action at this time.
0 commit comments