diff --git a/src/ui/editor.js b/src/ui/editor.js index 35823b1..1789af0 100644 --- a/src/ui/editor.js +++ b/src/ui/editor.js @@ -78,7 +78,7 @@ function Editor(props) { {refReady && !props.disableUI && {['ios', 'web'].includes(props.viewMode) && !editorState.link?.popup.active && editorState.table.isTableSelected() && } {editorState.link && } - {!['web'].includes(props.viewMode) && editorState.highlight && } + {editorState.highlight && } {!['web'].includes(props.viewMode) && editorState.image && } {editorState.citation &&
- + {!['web'].includes(viewMode) && ( + + )} {citationState.canAddCitationAfter() &&