This commit is contained in:
@@ -224,7 +224,6 @@ function CreateChildWindow(parentId, type, data = {}) {
|
||||
if (parent.children) parent.children.push(newId); // We will create the child window right now
|
||||
else parent.children = [newId];
|
||||
CreateWindow(type, data);
|
||||
console.log(windows.value);
|
||||
}
|
||||
|
||||
function GetFirstWindowId(type) {
|
||||
|
||||
Reference in New Issue
Block a user