diff --git a/src/Eagle.ts b/src/Eagle.ts
index b673b2f8..caf93b44 100644
--- a/src/Eagle.ts
+++ b/src/Eagle.ts
@@ -4226,11 +4226,6 @@ export class Eagle {
this.checkGraph();
this.undo().pushSnapshot(this, "Edit Field");
-
- // if we summoned this editField modal from the params table, now that we are done, re-open the params table
- if (modalType === Eagle.ModalType.Field){
- $('.parameterTable').modal("show");
- }
});
}
};
diff --git a/templates/base.html b/templates/base.html
index e2966a1e..9c2700c5 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -193,7 +193,7 @@
-