This commit is contained in:
shefengchun 2023-01-28 14:22:59 +08:00
commit 0148c2e3e4
1 changed files with 2 additions and 0 deletions

View File

@ -219,6 +219,8 @@
} catch (error) { } } catch (error) { }
}; };
const clear = () => { const clear = () => {
show_blending_grids.value = false;
send_show_blending_grids();
$store.commit("setSelectedProjector", "0/0"); $store.commit("setSelectedProjector", "0/0");
setTimeout(() => { setTimeout(() => {
sessionStorage.removeItem("FusionLocale"); sessionStorage.removeItem("FusionLocale");