当撤销重复操作发生时,这个选项让你控制是否关闭焦点和选取的还原功能。选项默认打开。
custom_undo_redo_restore_selection 选项的使用示例:
tinyMCE.init({
...
custom_undo_redo_restore_selection : false
});
当撤销重复操作发生时,这个选项让你控制是否关闭焦点和选取的还原功能。选项默认打开。
tinyMCE.init({
...
custom_undo_redo_restore_selection : false
});