This commit is contained in:
@@ -189,6 +189,7 @@ function GetPosition(id) {
|
||||
|
||||
function ResetPosition(id, pos) {
|
||||
let win = GetWindowWithId(id);
|
||||
if (!win) return;
|
||||
let data = { x: win.x, y: win.y };
|
||||
|
||||
if (data.x && data.y) {
|
||||
|
||||
Reference in New Issue
Block a user