image
image copied to clipboard
Extra setting tool button wrong default statue

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;
}
}
],
Found any solutions? it's made using extra setting-buttons impossible
Hello, same issue