Skip to content

Commit 90fe77c

Browse files
authored
deskletManager: Only display placeholder for desklets (#12366)
1 parent 69e5fac commit 90fe77c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/ui/deskletManager.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,8 @@ DeskletContainer.prototype = {
491491
},
492492

493493
handleDragOver: function(source, actor, x, y, time) {
494+
if (!(source instanceof Desklet.Desklet)) return false;
495+
494496
deskletsDragging = true;
495497

496498
if (!global.settings.get_boolean(DESKLET_SNAP_KEY))

0 commit comments

Comments
 (0)