mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Set simple select mode when the value is loaded. (#7505)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -218,6 +218,7 @@ export default defineComponent({
|
||||
} else {
|
||||
if (!isEqual(value, currentGeometry && serialize(currentGeometry))) {
|
||||
loadValueFromProps();
|
||||
controls.draw.changeMode('simple_select');
|
||||
}
|
||||
}
|
||||
if (props.disabled) {
|
||||
|
||||
Reference in New Issue
Block a user