@tiptap/vue-2 3.0.0-beta.21 → 3.0.0-beta.22
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.js
CHANGED
|
@@ -1705,6 +1705,7 @@ var BubbleMenuView = class {
|
|
|
1705
1705
|
...this.floatingUIOptions,
|
|
1706
1706
|
...options
|
|
1707
1707
|
};
|
|
1708
|
+
this.element.tabIndex = 0;
|
|
1708
1709
|
if (shouldShow) {
|
|
1709
1710
|
this.shouldShow = shouldShow;
|
|
1710
1711
|
}
|
|
@@ -2023,6 +2024,7 @@ var FloatingMenuView = class {
|
|
|
2023
2024
|
...this.floatingUIOptions,
|
|
2024
2025
|
...options
|
|
2025
2026
|
};
|
|
2027
|
+
this.element.tabIndex = 0;
|
|
2026
2028
|
if (shouldShow) {
|
|
2027
2029
|
this.shouldShow = shouldShow;
|
|
2028
2030
|
}
|