Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
Prev Previous commit
Next Next commit
Show regions on text after success
  • Loading branch information
hlomzik committed Dec 14, 2023
commit bc51fe8507f0a5eced08c864a1a906d80f360142
1 change: 1 addition & 0 deletions src/stores/AppStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ export default types
const result = await self.events.invoke('assistantPrompt', self, prompt);

self.annotationStore.selected.deserializeResults(result[0]);
self.annotationStore.selected.updateObjects();

return result;
}
Expand Down