diff --git a/src/action-handler.ts b/src/action-handler.ts index b75b98e..bcdb173 100644 --- a/src/action-handler.ts +++ b/src/action-handler.ts @@ -145,8 +145,8 @@ class ActionHandler extends HTMLElement implements ActionHandler { if (this.isRepeating && this.repeatTimeout) { clearInterval(this.repeatTimeout); this.isRepeating = false; - return; } + return; } clearTimeout(this.timer); if (this.isRepeating && this.repeatTimeout) {