Add a delay for canvas refresh when typing in CSS editor to prevent too many glitches

Hi,

When typing in element custom CSS editor, canvas is refreshed after each keystroke, which causes glitches due to wrong CSS syntax, until whole CSS property is typed (let’s say until a semi colon).

A timeout would be welcome to prevent from refreshing too often. Maybe 1 second?

3 Likes