mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 12:01:20 +02: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:
@ -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
|
||||
|
Reference in New Issue
Block a user