{"version":3,"file":"channel_controller-D1sZmBiQ.js","sources":["../../../app/javascript/controllers/settings/channel_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 allowDragging() {\n this.element.classList.remove(\"not-draggable\")\n }\n\n disallowDragging() {\n this.element.classList.add(\"not-draggable\")\n }\n}\n"],"names":["channel_controller","Controller"],"mappings":"wCAEe,MAAKA,UAASC,CAAW,CACtC,SAAU,CACR,KAAK,QAAQ,UAAU,IAAI,eAAe,CAC9C,CAEE,eAAgB,CACd,KAAK,QAAQ,UAAU,OAAO,eAAe,CACjD,CAEE,kBAAmB,CACjB,KAAK,QAAQ,UAAU,IAAI,eAAe,CAC9C,CACA"}