fix: ensure loading indicator is triggered
This commit is contained in:
@@ -105,8 +105,4 @@ export default class extends Controller {
|
||||
this.isVisible = false
|
||||
this.indicatorTarget.classList.add(this.hiddenClass)
|
||||
}
|
||||
|
||||
toggle() {
|
||||
this.indicatorTarget.classList.remove(this.hiddenClass)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user