Apply click_to_edit plugin where reasonable

This commit is contained in:
Jan Böhmer 2025-02-16 20:24:01 +01:00
parent 2c9b8c7dea
commit a976f97dbb
5 changed files with 35 additions and 5 deletions

View file

@ -56,7 +56,8 @@ export default class extends Controller {
plugins: {
'autoselect_typed': {},
'click_to_edit': {},
'remove_button': {}
'clear_button': {},
"restore_on_backspace": {}
}
};