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
Right now the AfterPlugin use keys for all of their logic, but using paths would be much faster. For example, looking up nodes by anchorKey in onSelect. The specific places are:
After.onCut
After.onDrop
After.onInput
After.onKeyDown
After.onSelect
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Improvement.
What's the current behavior?
Right now the
AfterPlugin
use keys for all of their logic, but using paths would be much faster. For example, looking up nodes byanchorKey
inonSelect
. The specific places are:After.onCut
After.onDrop
After.onInput
After.onKeyDown
After.onSelect
The text was updated successfully, but these errors were encountered: