Made detachable editor feature switchable

This commit is contained in:
Rainer Simon 2021-06-20 07:59:42 +02:00
parent 242926ae8a
commit 897a323d6d
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ const Editor = props => {
return (
<Draggable
disabled={!props.detachable}
cancel=".r6o-btn, .r6o-nodrag"
onDrag={() => setDragged(true)}>