missed one line in 8ab83eaf41

This commit is contained in:
chfhtw
2026-04-16 15:49:35 +02:00
parent 4b064f566a
commit 5b5f6ac0b9
+1 -1
View File
@@ -113,7 +113,7 @@ class GridLogic {
let occupiers = this.getItemsInFrame(currItem.frame);
// does not update if the target conatins pinned widgets
if (occupiers.some(frame => this.data[frame]?.data.place[this.w]?.pinned)) {
if (occupiers.some(frame => this.data[frame]?.pinned)) {
return [];
}