acdh-oeaw / vicav-vue3

Reimplementation of the VICAV Frontend based on Vue.js 3
https://vicav-vue.acdh-ch-dev.oeaw.ac.at
MIT License
0 stars 0 forks source link

window close causes multiple windows to close #23

Closed ttechnicus closed 1 year ago

ttechnicus commented 1 year ago

File: VicavWinBox.client.ts (currently lines 58 ff.) In the onClose event handler if we null out the winbox ref to avoid a "Cannot read properties of null" error, the close event destroys the next window in the ref array

ctot-nondef commented 1 year ago

24

ttechnicus commented 1 year ago

Closed with PR #24