Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
averrin committed Dec 4, 2022
1 parent 58d557b commit 0089a05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/view/components/GridComponent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
ol.forEach((l) => {
delete l.source;
});
if (JSON.stringify(layout) == JSON.stringify(ol)) {
if (JSON.stringify(layout) == JSON.stringify(ol) && ll.name == layoutName) {
return;
}
}
Expand Down Expand Up @@ -574,7 +574,7 @@
type="string"
bind:value={layoutName}
on:change={(_) => {
serializeItems();
foundry.utils.debounce(serializeItems, 500)();
}}
/>
<!-- <ArgInput -->
Expand Down

0 comments on commit 0089a05

Please sign in to comment.