mirror of
https://github.com/discourse/discourse.git
synced 2025-06-24 02:31:31 +08:00
REFACTOR: Move Mousetrap library to an import
This commit is contained in:
@ -25,6 +25,10 @@ define("bootbox", ["exports"], function(__exports__) {
|
||||
__exports__.default = window.bootbox;
|
||||
});
|
||||
|
||||
define("mousetrap", ["exports"], function(__exports__) {
|
||||
__exports__.default = window.Mousetrap;
|
||||
});
|
||||
|
||||
define("@popperjs/core", ["exports"], function(__exports__) {
|
||||
__exports__.default = window.Popper;
|
||||
__exports__.createPopper = window.Popper.createPopper;
|
||||
|
Reference in New Issue
Block a user