Made detachable editor feature switchable
This commit is contained in:
parent
242926ae8a
commit
897a323d6d
|
@ -170,6 +170,7 @@ const Editor = props => {
|
|||
|
||||
return (
|
||||
<Draggable
|
||||
disabled={!props.detachable}
|
||||
cancel=".r6o-btn, .r6o-nodrag"
|
||||
onDrag={() => setDragged(true)}>
|
||||
|
||||
|
|
Loading…
Reference in New Issue