feat: refactor how frontend was structured
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m16s
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m16s
This commit is contained in:
@ -27,6 +27,8 @@
|
||||
export let showGrid = false;
|
||||
export let snapToGrid = false;
|
||||
|
||||
export let settingTypes = {};
|
||||
|
||||
const updateSettings = debounce((s) => {
|
||||
manager.setSettings(s);
|
||||
}, 200);
|
||||
@ -36,7 +38,8 @@
|
||||
}
|
||||
|
||||
manager.on("settings", (settings) => {
|
||||
dispatch("settings", settings);
|
||||
settingTypes = settings.types;
|
||||
$settings = settings.values;
|
||||
});
|
||||
|
||||
manager.on("result", (result) => {
|
||||
|
Reference in New Issue
Block a user