mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +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_ui.js';
|
||||||
import './fw_classes.js';
|
import './fw_classes.js';
|
||||||
import '../jsapi/egw_inheritance.js';
|
import '../jsapi/egw_inheritance.js';
|
||||||
import "sortablejs/Sortable.min.js";
|
import Sortable from "sortablejs/modular/sortable.complete.esm";
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @param {DOMWindow} window
|
* @param {DOMWindow} window
|
||||||
|
Loading…
Reference in New Issue
Block a user