Skip to content

Commit

Permalink
General: Rollback changes in `MgcbEditorWithPreview#isShowFloatingToo…
Browse files Browse the repository at this point in the history
…lbar` to fix build
  • Loading branch information
seclerp committed Jun 21, 2024
1 parent 6949c72 commit fd35ad1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class MgcbEditorWithPreview(
textEditor.editor.document.addDocumentListener(documentListener)
}

override val isShowFloatingToolbar = false
override fun isShowFloatingToolbar() = false

override fun dispose() {
textEditor.editor.document.removeDocumentListener(documentListener)
Expand Down

0 comments on commit fd35ad1

Please sign in to comment.