Allow deleting countdowns via right click context menu on the main panel (#2090)

This commit is contained in:
Carlos Fernandez 2026-07-19 05:35:55 -04:00 committed by GitHub
parent effab8db0c
commit 3efdcb6c9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 118 additions and 36 deletions

View file

@ -153,7 +153,6 @@ export default class CountdownEdit extends HandlebarsApplicationMixin(Applicatio
action: socketEvent.Refresh,
data: { refreshType: RefreshType.Countdown }
});
Hooks.callAll(socketEvent.Refresh, { refreshType: RefreshType.Countdown });
}
static #addCountdown() {