1
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
Reference in New Issue
Block a user