Skip to content

Commit

Permalink
fix: ensure that sortable is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Feb 15, 2024
1 parent 5907f0e commit c7eb1f9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
* http://www.opensource.org/licenses/mit-license.php
*/
/* eslint-disable */
require('jquery-ui');
require('jquery-ui/ui/widgets/sortable');

(function (factory) {
'use strict'

Expand Down

0 comments on commit c7eb1f9

Please sign in to comment.