[QUESTIONS] Change the Onclick event to Hover when select objects
Question
Can I change the onclick event to hover when select objects and display a toolbar?

Answers (3)
You might need to extend the SelectComponent command (take a look at toggleSelectComponent method)
@artf Is there any example on how to extend the SelectComponent?
mmm not really, I hope to publish soon a general doc about Commands. BTW it's just about getting the command (https://grapesjs.com/docs/api/commands.html#get) and overwriting its method
const myCommand = commands.get('select-comp');
myCommand.someMethod = function() {
// ...
};
Related Questions and Answers
Continue research with similar issue discussions.
Issue #1987
[QUESTIONS] Create toolbar in bottom
can I make a new toolbar that is located at the bottom (as shown by the cursor) when selected component? Thank's
Issue #1980
[BUG]: RTE Editor not scrolling
The Toolbar of the RTE Editor is not visible vor Text field higher than the Browserwindow. While scrolling to the middle the RTE Toolbar is...
Issue #1926
[QUESTIONS] Edit Placeholder on keyup in Trait
How so that Placeholders can change when typing a word in the trait directly, current placeholders can change only when mouseover I have a...
Issue #457
Two Quick Questions
Hi @artf 1) I have my editor templates like this : I want to change the alignment and also add a back button to the corner left like this o...
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.