mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 14:45:48 +08:00
bd7823cc70
The bug was due to the fact that the `<DModal />` is displayed inside a if block, when the condition was false to close the menu, the modal was just hidden without calling callbacks. The fix ensures we are correctly calling `modal.close()` before in this case. |
||
---|---|---|
.. | ||
constants.js | ||
d-menu-instance.js | ||
d-toast-instance.js | ||
d-tooltip-instance.js | ||
float-kit-instance.js | ||
get-scroll-parent.js | ||
update-position.js |