Using a leading debounce on send2chat button

This commit is contained in:
Vlyan
2021-08-18 09:50:19 +02:00
parent 46e0a3c05b
commit 2689d48f68
8 changed files with 43 additions and 15 deletions

View File

@@ -190,7 +190,7 @@ export class GmToolbox extends FormApplication {
return;
}
// Left clic: controlled pc only, others: all actors
// Left clic: assigned characters only, others: all actors
const isAll = event.which !== 1;
const type = $(event.currentTarget).data("type");