mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
using ESM module from SortableJS (link in two other places already)
could probably go to master and work with old RollupJS config
This commit is contained in:
parent
1015f057f4
commit
05a8882681
@ -24,7 +24,7 @@ import './fw_browser.js';
|
||||
import './fw_ui.js';
|
||||
import './fw_classes.js';
|
||||
import '../jsapi/egw_inheritance.js';
|
||||
import "sortablejs/Sortable.min.js";
|
||||
import Sortable from "sortablejs/modular/sortable.complete.esm";
|
||||
/**
|
||||
*
|
||||
* @param {DOMWindow} window
|
||||
|
Loading…
Reference in New Issue
Block a user