Skip to content

Commit f17b28d

Browse files
committed
fix typo
1 parent 9fe5923 commit f17b28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/gjs/src/astalify.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function setChildren(parent: Gtk.Widget, children: Gtk.Widget[]) {
1919
if (ch)
2020
parent.remove(ch)
2121
}
22-
else if (parent instanceof Gtk.container &&
22+
else if (parent instanceof Gtk.Container &&
2323
!(parent instanceof Astal.Box ||
2424
parent instanceof Astal.Stack)) {
2525
for(const ch of parent.get_children())

0 commit comments

Comments
 (0)