guardian/scribe

Whole editor layout get recalculated on command execution

Open

#202 geöffnet am 15. Juni 2014

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (265 Forks)batch import
enhancementhelp wantedpatch needed

Repository-Metriken

Stars
 (3.516 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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