{"version":3,"file":"turbo_frame_history_controller-Bz_ddMQH.js","sources":["../../../app/javascript/controllers/turbo_frame_history_controller.js"],"sourcesContent":["import { Turbo } from \"@hotwired/turbo-rails\"\nimport { Controller } from \"@hotwired/stimulus\"\n\nexport default class extends Controller {\n connect() {\n this.observer = new MutationObserver((mutationsList) => {\n mutationsList.forEach((mutation) => {\n if (\n mutation.type === \"attributes\" &&\n mutation.attributeName === \"src\"\n ) {\n history.pushState(\n { turbo_frame_history: true },\n \"\",\n this.element.getAttribute(\"src\")\n )\n }\n })\n })\n\n this.observer.observe(this.element, { attributes: true })\n\n this.popStateListener = (event) => {\n if (event.state.turbo_frame_history) {\n Turbo.visit(window.location.href, { action: \"replace\" })\n }\n }\n\n window.addEventListener(\"popstate\", this.popStateListener)\n }\n\n disconnect() {\n this.observer.disconnect()\n window.removeEventListener(\"popstate\", this.popStateListener)\n }\n}\n"],"names":["turbo_frame_history_controller","Controller","mutationsList","mutation","event","Turbo.visit"],"mappings":"2FAGe,MAAKA,UAASC,CAAW,CACtC,SAAU,CACR,KAAK,SAAW,IAAI,iBAAkBC,GAAkB,CACtDA,EAAc,QAASC,GAAa,CAEhCA,EAAS,OAAS,cAClBA,EAAS,gBAAkB,OAE3B,QAAQ,UACN,CAAE,oBAAqB,EAAM,EAC7B,GACA,KAAK,QAAQ,aAAa,KAAK,CAC3C,CAEO,CAAA,CACF,CAAA,EAED,KAAK,SAAS,QAAQ,KAAK,QAAS,CAAE,WAAY,EAAM,CAAA,EAExD,KAAK,iBAAoBC,GAAU,CAC7BA,EAAM,MAAM,qBACdC,EAAY,OAAO,SAAS,KAAM,CAAE,OAAQ,SAAW,CAAA,CAE/D,EAEI,OAAO,iBAAiB,WAAY,KAAK,gBAAgB,CAC7D,CAEE,YAAa,CACX,KAAK,SAAS,WAAU,EACxB,OAAO,oBAAoB,WAAY,KAAK,gBAAgB,CAChE,CACA"}