replace exclusive widget

This commit is contained in:
Alexander Drozdov
2020-06-30 01:52:22 +03:00
parent 0fd008b636
commit 22bb181b91
+3
View File
@@ -170,6 +170,9 @@ export default {
},
show (wmId) {
this.bringToTop(wmId)
if (this.topmostOrExclusiveWidget.wmZorder === 'exclusive') {
this.hide(this.topmostOrExclusiveWidget.wmId)
}
this.widgets.find(_ => _.wmId === wmId).wmWants = 'show'
},
hide (wmId) {