kolkov / angular-editor

A simple native WYSIWYG editor component for Angular 6 -14+
https://angular-editor.kolkov.ru
MIT License
678 stars 360 forks source link

update the runOutside for clicking event to minimize detection and prevent performance issues #574

Open linhleba opened 3 weeks ago

linhleba commented 3 weeks ago

Change detection is triggered multiple times during updates, which leads to significant performance issues, especially when handling large datasets.