You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.
This probably has something to do with the lines refactor: #10. The more basic Slate code-highlighting example does not have this issue: http://slatejs.org/#/code-highlighting
Steps to Reproduce
open a document on gitbook.com
make a code block with
varline1;varline2;
change syntax to javascript, then to css
only currently focused line is updated
if you focus the beginning of the incorrectly highlighted line, it triggers prism to update it
if you focus the end of the incorrectly highlighted line, it throws an error
The text was updated successfully, but these errors were encountered:
This probably has something to do with the lines refactor: #10. The more basic Slate code-highlighting example does not have this issue: http://slatejs.org/#/code-highlighting
Steps to Reproduce
The text was updated successfully, but these errors were encountered: