Issue #1016Opened April 8, 2018by johndc70 reactions

[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)

artfApril 9, 20180 reactions

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) {
	...
},
lock[bot]September 17, 20190 reactions

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.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.