1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-15 02:00:04 +03:00

editMode:stop endless loop when hovering applets

This commit is contained in:
Michail Vourlakos 2020-11-29 00:46:55 +02:00
parent 88ea6e370e
commit 28fe374914

View File

@ -327,8 +327,6 @@ MouseArea {
handle.y = transformChoords.y;
handle.width = currentApplet.width;
handle.height = currentApplet.height;
repositionHandler.restart();
}
}