We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd34bef commit b2dd0f3Copy full SHA for b2dd0f3
src/modules/toolbars/presets.ts
@@ -96,6 +96,9 @@ import {
96
tableItemMarkup,
97
tableItemView,
98
tableItemWysiwyg,
99
+ tabsItemMarkup,
100
+ tabsItemView,
101
+ tabsItemWysiwyg,
102
underlineItemMarkup,
103
underlineItemView,
104
underlineItemWysiwyg,
@@ -431,9 +434,9 @@ export const yfm: ToolbarsPreset = {
431
434
markup: checkboxItemMarkup,
432
435
},
433
436
[Action.tabs]: {
- view: tableItemView,
- wysiwyg: tableItemWysiwyg,
- markup: tableItemMarkup,
437
+ view: tabsItemView,
438
+ wysiwyg: tabsItemWysiwyg,
439
+ markup: tabsItemMarkup,
440
441
442
orders: {
0 commit comments