Remove type from NodeInput::Network

This commit is contained in:
hypercube 2024-10-26 20:18:31 +01:00 committed by Keavon Chambers
parent 9eeefaad90
commit 45fd24650a
14 changed files with 53 additions and 54 deletions

View file

@ -30,6 +30,7 @@
// Number presentation
export let displayDecimalPlaces = 2;
export let unit = "";
$: console.info("new unit", unit);
export let unitIsHiddenWhenEditing = true;
// Mode behavior