Skip to content

Commit b2dd0f3

Browse files
authored
fix(modules/toolbars): fixed tabs actions in yfm toolbar preset #551
1 parent bd34bef commit b2dd0f3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/modules/toolbars/presets.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ import {
9696
tableItemMarkup,
9797
tableItemView,
9898
tableItemWysiwyg,
99+
tabsItemMarkup,
100+
tabsItemView,
101+
tabsItemWysiwyg,
99102
underlineItemMarkup,
100103
underlineItemView,
101104
underlineItemWysiwyg,
@@ -431,9 +434,9 @@ export const yfm: ToolbarsPreset = {
431434
markup: checkboxItemMarkup,
432435
},
433436
[Action.tabs]: {
434-
view: tableItemView,
435-
wysiwyg: tableItemWysiwyg,
436-
markup: tableItemMarkup,
437+
view: tabsItemView,
438+
wysiwyg: tabsItemWysiwyg,
439+
markup: tabsItemMarkup,
437440
},
438441
},
439442
orders: {

0 commit comments

Comments
 (0)