guardian/scribe

Whole editor layout get recalculated on command execution

Open

#202 opened on Jun 15, 2014

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (3,516 stars) (265 forks)batch import
enhancementhelp wantedpatch needed

Description

Every time command is executed whole content of editor is repainted. This gets problematic if you have huge content and other non-text elements.

You can check it out using paint rectangles in chrome

And try setting bold (Ctrl + b) on some paragraph with scribe or without

Contributor guide