- Issue created by @balintbrews
- 🇳🇱Netherlands balintbrews Amsterdam, NL
Not sure how I was seeing this yesterday, but it can't be reproduced anymore. Also confirmed by @hooroomoo and @jessebaker.
Auto-saving global CSS changes when editing a code component refreshes the editor while editing code. Focus is lost, and the user needs to click into the editor again. Auto-saved changes are debounced to one second, so if typing stops for a second, the problem occurs.
This was introduced in
✨
Loading and auto-saving an edited code component
Active
. The problem is in ui/src/features/code-editor/hooks/useAssetLibraryData.ts
. The same problem was solved for editing the JS or CSS code of code components. See ui/src/features/code-editor/hooks/useCodeComponentData.ts
.
Active
0.0
Page builder
Not sure how I was seeing this yesterday, but it can't be reproduced anymore. Also confirmed by @hooroomoo and @jessebaker.