fix(web): don't refresh panorama viewer when modifying asset (#14163)

This commit is contained in:
Michel Heusschen
2024-11-15 23:30:38 +01:00
committed by GitHub
parent 64a7baec8c
commit 24ae4ecff1
6 changed files with 66 additions and 60 deletions

View File

@@ -12,7 +12,7 @@
interface Props {
panorama: string | { source: string };
originalImageUrl: string | null;
originalImageUrl?: string;
adapter?: AdapterConstructor | [AdapterConstructor, unknown];
plugins?: (PluginConstructor | [PluginConstructor, unknown])[];
navbar?: boolean;