diff --git a/packages/editor/src/index.tsx b/packages/editor/src/index.tsx index c4808abd..eed9732f 100644 --- a/packages/editor/src/index.tsx +++ b/packages/editor/src/index.tsx @@ -90,7 +90,7 @@ const Editor = ({ const result = buildDesigner(buildOptions); // Register toolbar event ... - if (options.mode === 'edition-owner' || options.mode === 'edition-editor' || options.mode === 'showcase') { + if (options.mode === 'edition-owner' || options.mode === 'edition-editor' || options.mode === 'edition-viewer' || options.mode === 'showcase') { const menu = new Menu(designer, 'toolbar'); // If a node has focus, focus can be move to another node using the keys.