@tiptap/vue-2 3.0.0-beta.21 → 3.0.0-beta.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/menus/index.cjs
CHANGED
|
@@ -1732,6 +1732,7 @@ var BubbleMenuView = class {
|
|
|
1732
1732
|
...this.floatingUIOptions,
|
|
1733
1733
|
...options
|
|
1734
1734
|
};
|
|
1735
|
+
this.element.tabIndex = 0;
|
|
1735
1736
|
if (shouldShow) {
|
|
1736
1737
|
this.shouldShow = shouldShow;
|
|
1737
1738
|
}
|
|
@@ -2050,6 +2051,7 @@ var FloatingMenuView = class {
|
|
|
2050
2051
|
...this.floatingUIOptions,
|
|
2051
2052
|
...options
|
|
2052
2053
|
};
|
|
2054
|
+
this.element.tabIndex = 0;
|
|
2053
2055
|
if (shouldShow) {
|
|
2054
2056
|
this.shouldShow = shouldShow;
|
|
2055
2057
|
}
|