Finishing the Sync sheet and some other stuffs
This commit is contained in:
parent
a28718b115
commit
554fae5a93
26 changed files with 494 additions and 105 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import { reloadWindows } from "../utils.mjs";
|
||||
import * as hbs from "../handlebars.mjs";
|
||||
|
||||
Hooks.on(`hotReload`, async (data) => {
|
||||
|
|
@ -25,7 +24,9 @@ Hooks.on(`hotReload`, async (data) => {
|
|||
_templateCache[templateName] = template;
|
||||
|
||||
// Re-render open windows
|
||||
reloadWindows();
|
||||
for (const window of ui.windows) {
|
||||
window.render(true);
|
||||
};
|
||||
|
||||
return false;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue