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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user