{"version":3,"file":"draggable_controller-DgTi9Uq_.js","sources":["../../../app/javascript/controllers/draggable_controller.js"],"sourcesContent":["import { Controller } from \"@hotwired/stimulus\"\n\nexport default class extends Controller {\n connect() {\n this.element.classList.add(\"not-draggable\")\n }\n\n enable() {\n this.element.classList.remove(\"not-draggable\")\n }\n\n disable() {\n this.element.classList.add(\"not-draggable\")\n }\n}\n"],"names":["DraggableController","Controller"],"mappings":"wCAEe,MAAKA,UAASC,CAAW,CACtC,SAAU,CACR,KAAK,QAAQ,UAAU,IAAI,eAAe,CAC9C,CAEE,QAAS,CACP,KAAK,QAAQ,UAAU,OAAO,eAAe,CACjD,CAEE,SAAU,CACR,KAAK,QAAQ,UAAU,IAAI,eAAe,CAC9C,CACA"}