|
@@ -3506,7 +3506,7 @@ function checkTagDisabled () {
|
|
window.addEventListener('storage', (event) => {
|
|
window.addEventListener('storage', (event) => {
|
|
console.info(event.storageArea)
|
|
console.info(event.storageArea)
|
|
if (event.key === 'Op-upState') {
|
|
if (event.key === 'Op-upState') {
|
|
- sessionStorage.setItem('Op-upState', "0")
|
|
|
|
|
|
+ sessionStorage.removeItem('Op-upState', "0")
|
|
_this.showPropertyDialog = false
|
|
_this.showPropertyDialog = false
|
|
}
|
|
}
|
|
if(!_this.showPropertyDialog){
|
|
if(!_this.showPropertyDialog){
|