fixing some roll template bugs

This commit is contained in:
Vlyan
2022-02-13 17:02:04 +01:00
parent 8c4072d8af
commit f640949016
8 changed files with 28 additions and 61 deletions

View File

@@ -820,7 +820,6 @@ export class HelpersL5r5e {
// execute a function when someone clicks in the document
html.on("focusout", (e) => {
console.log("aaaaaaaaaa");
closeAllLists(e.target);
});
}