make ! close the completion window

This commit is contained in:
bluepilledgreat 2024-10-20 16:23:19 +01:00
parent 2d37db126f
commit 467dd5c85a

View File

@ -143,6 +143,9 @@ namespace Bloxstrap.UI.Elements.Editor
case ">": case ">":
CloseCompletionWindow(); CloseCompletionWindow();
break; break;
case "!":
CloseCompletionWindow();
break;
} }
} }