mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-27 17:19:39 +02:00
Prevent double-renders when displaying turbo caches of time series charts
This commit is contained in:
parent
92e9e181ad
commit
663a58c9f3
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ export default class extends Controller {
|
||||||
}
|
}
|
||||||
|
|
||||||
disconnect() {
|
disconnect() {
|
||||||
|
this.#teardown()
|
||||||
document.removeEventListener("turbo:load", this.#reinstall)
|
document.removeEventListener("turbo:load", this.#reinstall)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue