🏃 fixed build ignoring some js

This commit is contained in:
Matei Adriel 2019-06-02 20:32:30 +00:00
commit 20af510780
4 changed files with 20 additions and 49 deletions
src/ts/common/componentManager

View file

@ -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}