Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use native character insertion to fix browser/OS text features. #3293

Closed

Commits on May 15, 2020

  1. use native character insertion to fix browser/OS text features. (flic…

    …kering spellcheck, autocorrect, text shortcuts, etc.)
    
    move some checks into previous if statement, remove commented out code
    
    move native behavior into `slate-react`, and remove any external interface
    
    dont use native editing if marks are set, as a new node will be inserted
    
    match -> above
    
    remove nativeOperationsQueue from editor
    
    bail out of native queueing and immediately flush events if non insert_text operation is being applied.
    luddep committed May 15, 2020
    Configuration menu
    Copy the full SHA
    c2e44d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. only proceed as native event if single character non-special characte…

    …r or space, to limit potential bad side effects.
    luddep committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    d7e444a View commit details
    Browse the repository at this point in the history