mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
make ! close the completion window
This commit is contained in:
parent
2d37db126f
commit
467dd5c85a
@ -143,6 +143,9 @@ namespace Bloxstrap.UI.Elements.Editor
|
|||||||
case ">":
|
case ">":
|
||||||
CloseCompletionWindow();
|
CloseCompletionWindow();
|
||||||
break;
|
break;
|
||||||
|
case "!":
|
||||||
|
CloseCompletionWindow();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user