Commit 40fed315 authored by Jacob Kaufman's avatar Jacob Kaufman
Browse files

Update AstroDrawControl.js

Fixed WKT string Disappearing
parent 3614059c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -107,8 +107,6 @@ export default L.Control.AstroDrawControl = L.Control.Draw.extend({

    let wktValue = this.wktTextBox.value;

    this.wktTextBox.value = "";

    try {
      this.wkt.read(wktValue);
    } catch (err) {