From 0b3edd41d57cd19b37af64404b944cdfddf57e3a Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Tue, 12 Oct 2021 18:12:24 +0200 Subject: [PATCH] Closes #85 --- src/editor/Editor.jsx | 5 +++-- src/editor/widgets/comment/Comment.jsx | 2 +- src/editor/widgets/comment/DropdownMenu.jsx | 2 +- src/editor/widgets/comment/TextEntryField.jsx | 2 +- src/editor/widgets/tag/TagWidget.jsx | 2 +- themes/default/editor/_editor.scss | 6 +----- 6 files changed, 8 insertions(+), 11 deletions(-) diff --git a/src/editor/Editor.jsx b/src/editor/Editor.jsx index 711d8e1..25fa188 100644 --- a/src/editor/Editor.jsx +++ b/src/editor/Editor.jsx @@ -335,7 +335,7 @@ export default class Editor extends Component { return ( this.setState({ dragged: true })}>
@@ -365,7 +365,8 @@ export default class Editor extends Component { onClick={this.onCancel}>{i18n.t('Close')}
) : ( -
+
{ hasDelete && (