diff --git a/docs/src/demos/Examples/Menus/React/index.jsx b/docs/src/demos/Examples/Menus/React/index.jsx index 072159d3..1348c5cb 100644 --- a/docs/src/demos/Examples/Menus/React/index.jsx +++ b/docs/src/demos/Examples/Menus/React/index.jsx @@ -24,7 +24,7 @@ export default () => { }) return ( -
+ <> {editor &&
+ ) } diff --git a/docs/src/demos/Examples/Menus/Vue/index.vue b/docs/src/demos/Examples/Menus/Vue/index.vue index 93094b53..0644fd98 100644 --- a/docs/src/demos/Examples/Menus/Vue/index.vue +++ b/docs/src/demos/Examples/Menus/Vue/index.vue @@ -1,6 +1,11 @@