Delete now ununsed stimulus controller toggle_button_disabled

- also delete one comment about replacing this controller with another
This commit is contained in:
cyrillefr
2024-01-18 10:10:49 +01:00
parent 8eb5ac990e
commit ca4aa645f7
3 changed files with 0 additions and 106 deletions

View File

@@ -25,7 +25,6 @@ export default class extends Controller {
target.disabled = !enable;
});
}
//todo: can a new method disableIfBlank replace ButtonDisabledController?
//todo: can a new method toggleDisplay replace ToggleController?
//todo: can toggleDisplay with optional chevron-target replace RemoteToggleController?