v1.0
只读模式 group, 分享 评论更多问题 博客标签总是存在一个
This commit is contained in:
10
public/tinymce/classes/ui/Toolbar.js
Normal file → Executable file
10
public/tinymce/classes/ui/Toolbar.js
Normal file → Executable file
@ -15,9 +15,8 @@
|
||||
* @extends tinymce.ui.Container
|
||||
*/
|
||||
define("tinymce/ui/Toolbar", [
|
||||
"tinymce/ui/Container",
|
||||
"tinymce/ui/KeyboardNavigation"
|
||||
], function(Container, KeyboardNavigation) {
|
||||
"tinymce/ui/Container"
|
||||
], function(Container) {
|
||||
"use strict";
|
||||
|
||||
return Container.extend({
|
||||
@ -49,11 +48,6 @@ define("tinymce/ui/Toolbar", [
|
||||
|
||||
self.items().addClass('toolbar-item');
|
||||
|
||||
self.keyNav = new KeyboardNavigation({
|
||||
root: self,
|
||||
enableLeftRight: true
|
||||
});
|
||||
|
||||
return self._super();
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user