Auto Select On Drop
When a user drags and drops a tool in their design, the default behavior is not to automatically select the tool and show its properties in the editor panel. If you turn this option to true
, it will automatically select the tool when it's dropped.
unlayer.init({
editor: {
autoSelectOnDrop: true
}
})
Updated over 4 years ago