Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sidevesh authored and thyttan committed Nov 25, 2024
1 parent 64a1b27 commit b512c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snapWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export var SnapWindowExtension = class SnapWindowExtension {
this._touchpadSwipeGesture = this._swipeTracker._touchpadGesture;
this._tilePreview = new TilePreview();
Main.layoutManager.uiGroup.add_child(this._tilePreview);
this._uiGroupAddedActorId = Main.layoutManager.uiGroup.connect('actor-added', () => {
this._uiGroupAddedActorId = Main.layoutManager.uiGroup.connect('child-added', () => {
Main.layoutManager.uiGroup.set_child_above_sibling(this._tilePreview, null);
});

Expand Down

0 comments on commit b512c41

Please sign in to comment.