diff --git a/module/hooks/hotReload.mjs b/module/hooks/hotReload.mjs index e8afb5d..ee4d283 100644 --- a/module/hooks/hotReload.mjs +++ b/module/hooks/hotReload.mjs @@ -30,10 +30,5 @@ Hooks.on(`hotReload`, async (data) => { Handlebars.registerPartial(templateName, template); _templateCache[templateName] = template; - // Re-render open windows - for (const window of ui.windows) { - window.render(true); - }; - - return true; + return false; }); \ No newline at end of file