Extra setting tool button wrong default statue
- Dominant language
- TypeScript
- Stars
- 285
- Forks
- 307
- PR merge metrics
- No merged PRs in 30d
Description


Why is that the custom tool state is active by default?
```
actions: [
{
name: 'align-center',
icon: '',
title: 'Align Center',
action: (name) => {
return false;
}
},
{
name: 'new_button',
icon: '',
title: 'New Button',
action: (name) => {
alert(`${name} button clicked`);
return false;
}
}
],
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.