image icon indicating copy to clipboard operation
image copied to clipboard

Extra setting tool button wrong default statue

Open kc980602 opened this issue 3 years ago • 2 comments

image image

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;
                                }
                            }
                        ],

kc980602 avatar Oct 07 '20 14:10 kc980602

Found any solutions? it's made using extra setting-buttons impossible

metalgigio avatar Feb 12 '21 11:02 metalgigio

Hello, same issue

Yerlan avatar Apr 09 '21 07:04 Yerlan