This commit is contained in:
CortexCore
2023-09-01 14:35:05 +08:00
parent a71288cf2d
commit 5561f5c3cc
136 changed files with 69284 additions and 66121 deletions

View File

@@ -115,8 +115,8 @@ namespace BITKit.UX
{
Singleton = this;
root = document.rootVisualElement;
container = document.rootVisualElement[0];
root.RegisterCallback<MouseDownEvent>(x =>
container = document.rootVisualElement[1];
root.Q("background-image").RegisterCallback<MouseDownEvent>(x =>
{
Close();
});