Files
codeocean/app/javascript/sortable.js
Sebastian Serth d223abfb5e Update from webpacker v5 to shakapacker v6.0.0.rc13
Using a two-step process is recommended:
332e25186a/docs/v6_upgrade.md
2022-08-12 10:22:55 +02:00

6 lines
95 B
JavaScript

/* eslint no-console:0 */
// JS
import Sortable from 'sortablejs'
window.Sortable = Sortable;