Closed qoo1476 closed 8 months ago
hi may i ask a one request?
i created my own modal Component with body scroll lock (body="overflow: hidden" when it opens)
the problem is vue-easy-lightbox is in my Custom Modal Component and whenever i close it, my body overflow hidden style is gone.
and i found out it's because of these lines
is it possible enableScrolling() only triggers when scroll-disabled is true?
something like this,
if(props.scrollDisabled) { enableScrolling() }
thanks in advance.
Hi, it was fixed in v1.19.0.
hi may i ask a one request?
i created my own modal Component with body scroll lock (body="overflow: hidden" when it opens)
the problem is vue-easy-lightbox is in my Custom Modal Component and whenever i close it, my body overflow hidden style is gone.
and i found out it's because of these lines
is it possible enableScrolling() only triggers when scroll-disabled is true?
something like this,
if(props.scrollDisabled) { enableScrolling() }
thanks in advance.