You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
presumably VPopupButton.isOrHasChildOfPopup() the line
if (element.getClassName().contains("v-window"))
has to be
if (element.hasClassName("v-window"))
is it possible to fix that soon?
The text was updated successfully, but these errors were encountered:
walindner
changed the title
Click events for buttons on popup with nested layouts are suppressed
Click events for buttons on layouts with classes that contain the string "c-window" are suppressed
Aug 3, 2017
vt512
pushed a commit
to vt512/PopupButton
that referenced
this issue
Jul 26, 2019
cf the style: v-window-bottom-toolbar
mode: closePopupOnOutsideClick: true
presumably VPopupButton.isOrHasChildOfPopup() the line
has to be
is it possible to fix that soon?
The text was updated successfully, but these errors were encountered: