I found a command similar to closeCompletion in the documentation.
How should I execute it?
I have a scenario like this: I set the closeOnBlur property of the autocomplete plugin to false. When I perform a certain action, I want to call the closeCompletion command to manually control the closing of this pop window.
But I haven’t found a way to execute this command.
Something like EditorView.closeCompletion or something.