Tweak the hotReload hook

This commit is contained in:
Oliver-Akins 2023-12-31 13:35:22 -07:00
parent ca66fdf762
commit 39dcbccf2f

View file

@ -35,5 +35,5 @@ Hooks.on(`hotReload`, async (data) => {
window.render(true); window.render(true);
}; };
return false; return true;
}); });