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 Sep 8, 2020. It is now read-only.
I have code which adds a snippet from a snippet catalog like this
vm.addSnippet = function addSnippet(snippet) {
var snippetManager = ace.require("ace/snippets").snippetManager;
snippetManager.insertSnippet(vm.editor, snippet);
vm.editor.focus();
};
But if this is the last / only interaction, the view-model seems to not know about it. If I leave the added snippet and type around, the model is updated.
I have code which adds a snippet from a snippet catalog like this
But if this is the last / only interaction, the view-model seems to not know about it. If I leave the added snippet and type around, the model is updated.
Possibly related to #133
The text was updated successfully, but these errors were encountered: