We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe5923 commit f17b28dCopy full SHA for f17b28d
core/gjs/src/astalify.ts
@@ -19,7 +19,7 @@ function setChildren(parent: Gtk.Widget, children: Gtk.Widget[]) {
19
if (ch)
20
parent.remove(ch)
21
}
22
- else if (parent instanceof Gtk.container &&
+ else if (parent instanceof Gtk.Container &&
23
!(parent instanceof Astal.Box ||
24
parent instanceof Astal.Stack)) {
25
for(const ch of parent.get_children())
0 commit comments