vue-js-modal icon indicating copy to clipboard operation
vue-js-modal copied to clipboard

Closing a modal removes class `vm--block-scroll` when other modals are still open

Open jxn-30 opened this issue 4 years ago • 0 comments

Problem:

Having multiple Modals opened at the same time. If one of these is closed, class vm--block-scroll is removed from document.body. This is because the beforeDestroy-Method of VueJsModal does not check wether other modals are still open line 257 line 569 line 589

Version:

current (2.0.0-rc.3)

I have checked stackoverflow for solutions and 100% sure that this issue is not not related to my code.

jxn-30 avatar Jun 23 '20 12:06 jxn-30