diff --git a/src/text_editor/config.cpp b/src/text_editor/config.cpp index a235905..9e8fb2f 100644 --- a/src/text_editor/config.cpp +++ b/src/text_editor/config.cpp @@ -175,6 +175,7 @@ struct CachedTrigger { Array CachedTriggers; Trigger *ParseKeyCached(String key) { + key = Trim(key); if (key.len == 0) { return NULL; }