10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
Showing only changes of commit 9696442a91 - Show all commits

View file

@ -49,8 +49,6 @@ class HippieTaskBar {
onMouseMove(event) {
if (this.isDragging) {
if (!this.isDragging) return;
const closestEdge = getClosestEdge(this.placeholder);
const borderRadius = '4px';
const attributes = {
@ -121,7 +119,6 @@ class HippieTaskBar {
if (event.target === this.placeholder) {
console.debug('Drag mode disabled');
if (!this.isDragging) return;
this.isDragging = false;
this.snapToEdges();