Fix direction input element

This commit is contained in:
Pieter Vander Vennet 2021-08-26 16:24:18 +02:00
parent 61b6721342
commit 4a00c0e357
3 changed files with 25 additions and 7 deletions

View file

@ -41,10 +41,6 @@ export default class LengthInput extends InputElement<string> {
}
protected InnerConstructElement(): HTMLElement {
const modeElement = new RadioButton([
new FixedInputElement("Measure", "measure"),
new FixedInputElement("Move", "move")
])
// @ts-ignore
let map = undefined
if (!Utils.runningFromConsole) {