feat: multi-language component

This commit is contained in:
vben
2020-11-26 00:46:51 +08:00
parent e5f8ce3fd8
commit dc09de1e05
40 changed files with 457 additions and 153 deletions

View File

@@ -13,7 +13,7 @@ const lineHeight = function (tinymce: any) {
t.ui.registry.addMenuButton('lineheight', {
icon: 'lineheight',
tooltip: '设置行高',
tooltip: 'Line Height',
// fetch: function (callback: Fn) {
// var dom = t.dom;
// var blocks = t.selection.getSelectedBlocks();