|
@@ -3650,7 +3650,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.removeItem('Op-upState', "0")
|
|
|
|
|
|
+ sessionStorage.removeItem('Op-upState')
|
|
_this.showPropertyDialog = false
|
|
_this.showPropertyDialog = false
|
|
}
|
|
}
|
|
if(!_this.showPropertyDialog){
|
|
if(!_this.showPropertyDialog){
|