xy 1 year ago
parent 60ee10da6c
commit 7ba9aff082

@ -42,6 +42,8 @@ export default {
showModal(newVal) { showModal(newVal) {
if (!newVal) { if (!newVal) {
this.codeUri = '' this.codeUri = ''
} else {
this.zIndex = PopupManager.nextZIndex()
} }
} }
}, },

Loading…
Cancel
Save