🏃 fixed build ignoring some js ❌
This commit is contained in:
parent
4848e6c86c
commit
20af510780
4 changed files with 20 additions and 49 deletions
src/ts/common/componentManager
|
@ -14,7 +14,6 @@ import { WireManager } from "../wires";
|
|||
import { runCounter } from "../component/runCounter";
|
||||
import { Settings } from "../store/settings";
|
||||
import { download } from "./download";
|
||||
import Modal from "micromodal"
|
||||
import { modal } from "../modals";
|
||||
import { map } from "rxjs/operators";
|
||||
|
||||
|
@ -327,7 +326,7 @@ All you work will be lost!`
|
|||
<g @mousedown=${ (e: MouseEvent) => component.handleClick(e)}
|
||||
@mouseup=${mouseupHandler}>
|
||||
<rect width=${ subscribe(component.width)}
|
||||
height=${ subscribe(component.height)}
|
||||
height=${ subscribe(component.height)}
|
||||
x=${ subscribe(component.x)}
|
||||
y=${ subscribe(component.y)}
|
||||
stroke=${stroke}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue