Fix image interface not fetching image in drawers

Fixes #3512
This commit is contained in:
rijkvanzanten
2021-01-27 17:50:08 -05:00
parent f1bd175e16
commit 68ef095875

View File

@@ -128,7 +128,8 @@ export default defineComponent({
if (oldValue && newValue === null) {
deselect();
}
}
},
{ immediate: true }
);
const { edits, stageEdits } = useEdits();