Don't trigger on programmatic third party input events

Fixes #233
This commit is contained in:
DominikDoom
2023-09-12 11:50:07 +02:00
parent 66fa745d6f
commit bd1dbe92c2
2 changed files with 10 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
var TAC_CFG = null;
var tagBasePath = "";
var modelKeywordPath = "";
var tacSelfTrigger = false;
// Tag completion data loaded from files
var allTags = [];