Skip to content

Commit

Permalink
Actor Select would not actually save
Browse files Browse the repository at this point in the history
  • Loading branch information
FaeyUmbrea committed Oct 1, 2023
1 parent bdcdaec commit 0dbe951
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/svelte/OverlayActorSelectUI.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<script>
import VirtualList from "@sveltejs/svelte-virtual-list";
import { settings } from "../utils/settings.js";
import { setSetting, settings } from "../utils/settings.js";
import { getContext } from "svelte";
import { ApplicationShell } from "@typhonjs-fvtt/runtime/svelte/component/core";
Expand All @@ -20,6 +20,7 @@
const context = getContext("#external");
async function submit() {
await setSetting("overlayActors", selectedActors);
context.application.close();
}
Expand Down

0 comments on commit 0dbe951

Please # to comment.