We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f413c commit 425ad86Copy full SHA for 425ad86
1 file changed
Sources/DebugMenu/View/InAppDebuggerWindow.swift
@@ -57,7 +57,7 @@ public class InAppDebuggerWindow: UIWindow {
57
window.frame.size.width += 1
58
window.makeKeyAndVisible()
59
window.frame.size.width -= 1
60
-
+
61
keyWindow?.makeKeyAndVisible()
62
windows.append(window)
63
}
0 commit comments