We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b7a6f commit 9a4197fCopy full SHA for 9a4197f
lib/doc/integrating.md
@@ -28,8 +28,7 @@ something that you can try:
28
29
## When to process text?
30
31
-Process the text after a change OR a cursor movement. Since a change always
32
-results in a cursor movement, make sure to only process after the change.
+Process the text after a change OR a cursor movement. If a change AND a cursor movement both occur, make sure they are handled together.
33
You can see an example of this being handled [here](https://github.com/shaunlebron/parinfer-codemirror/blob/37b36/parinfer-codemirror.js#L331-L344)
34
to prevent double-processing.
35
0 commit comments