Extract common method to query when entropy is cleaned

We were always quering auto_close_at
https://37s.fizzy.37signals.com/collections/2/cards/743
This commit is contained in:
Jorge Manrubia
2025-06-02 18:03:14 +02:00
parent a3866348fd
commit 08c5abfbdb
4 changed files with 27 additions and 5 deletions
@@ -3,7 +3,7 @@ import { nextFrame } from "helpers/timing_helpers"
export default class extends Controller {
static targets = [ "item" ]
static values = { selectionAttribute: { type: String, default: "aria-selected" } }
static values = { selectionAttribute: { type: String, default: "aria-current" } }
connect() {
this.selectLast()