From c36fd9821c7077bf21ff966abc58e65674c17a3d Mon Sep 17 00:00:00 2001 From: Kai Azim <68963405+MrKai77@users.noreply.github.com> Date: Sat, 21 Oct 2023 20:30:19 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Don't=20increment=20`timesLooped`?= =?UTF-8?q?=20if=20direction=20is=20`.noAction`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Loop/Managers/LoopManager.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Loop/Managers/LoopManager.swift b/Loop/Managers/LoopManager.swift index 3f1471cd..692f1245 100644 --- a/Loop/Managers/LoopManager.swift +++ b/Loop/Managers/LoopManager.swift @@ -157,6 +157,7 @@ class LoopManager { if self.frontmostWindow != nil && self.screenWithMouse != nil && forceClose == false && + self.currentResizingDirection != .noAction && self.isLoopShown { isLoopShown = false