Tweak the hotReload hook
This commit is contained in:
parent
ca66fdf762
commit
39dcbccf2f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,5 +35,5 @@ Hooks.on(`hotReload`, async (data) => {
|
||||||
window.render(true);
|
window.render(true);
|
||||||
};
|
};
|
||||||
|
|
||||||
return false;
|
return true;
|
||||||
});
|
});
|
||||||
Loading…
Add table
Add a link
Reference in a new issue