Issue #1657Opened December 13, 2018by ahmedeldeeb25-zz0 reactions

render method is repeated for a custom Component

Question

I have created a custom Component when I click on it to put it in the editor, the render method is repeated as long I still click on it, I want the render method to just work when i put the component in the editor

Answers (3)

artfDecember 14, 20180 reactions

Hi Ahmed, when you drag a component in the canvas a temporary one is created to check some functionality. If you need to skip something inside the render method you can check if it's temporary in this way

render() {
	...
	if (!this.model.opt.temporary) {
		// do something...
	}
	...
}
ahmedeldeeb25-zzDecember 17, 20180 reactions

@artf thank you very much that's what i want

lock[bot]December 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.