{"version":3,"file":"browser_url_controller-B5MgTH4J.js","sources":["../../../app/javascript/controllers/browser_url_controller.js"],"sourcesContent":["import { Controller } from \"@hotwired/stimulus\"\nimport { Turbo } from \"@hotwired/turbo-rails\"\n\n// this controller is used to manually update browser url without\n// issuing any more requests to backend.\n// you can attach data-action=\"turbo:submit-end@window->browser-url#change\"\n// and the controller will do the job for you.\n\nexport default class extends Controller {\n change(event) {\n if (event.detail.success) {\n const fetchResponse = event.detail.fetchResponse\n if (fetchResponse.response.url.indexOf(\"append\") === -1) {\n history.pushState(\n { turbo_stream_response: true },\n \"\",\n fetchResponse.response.url\n )\n }\n }\n }\n}\n"],"names":["browser_url_controller","Controller","event","fetchResponse"],"mappings":"+EAQe,MAAKA,UAASC,CAAW,CACtC,OAAOC,EAAO,CACZ,GAAIA,EAAM,OAAO,QAAS,CACxB,MAAMC,EAAgBD,EAAM,OAAO,cAC/BC,EAAc,SAAS,IAAI,QAAQ,QAAQ,IAAM,IACnD,QAAQ,UACN,CAAE,sBAAuB,EAAM,EAC/B,GACAA,EAAc,SAAS,GACjC,CAEA,CACA,CACA"}