[Question] Button staying pressed after running command
Question
Is there any way to keep a button from staying pressed after the command completes?
Been looking through the documentation and didn't see anything regarding this
Answers (2)
The button instance is passed as a second argument if the command is executed from a button, so you can disable it in this way
run(editor, sender) {
sender && sender.set('active', false);
...
},
stop(editor, sender) {
...
},
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Related Questions and Answers
Continue research with similar issue discussions.
Issue #922
QUESTION: Adding default styling to a component
I have been working on integrating grapesjs into a new development I'm working on. I have had much success with the documentation and wiki...
Issue #1066
[QUESTION] Get content with inline CSS
I've been looking for some explanation and I found that some email clients blocks CSS... I would like to know if is there some way to get e...
Issue #1927
[QUESTIONS] Sender.set('active') error Maximum call stack size exceeded
I have a button with the show-left command, I want to make when the button is clicked a second time (or more) remains active, but when runn...
Issue #1766
Is There any way to integrate ImageEditor in GrapesJs
After Dropping the image inside the editor is there any plugin for GrapesJs to edit that image like Cropping , adding text on it .....
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.