From 97224f107b5e9d5ea8cb2f661f0ada2fb864788d Mon Sep 17 00:00:00 2001 From: MWicenec Date: Wed, 18 Dec 2024 10:04:14 +0800 Subject: [PATCH] changed some tooltips and removed some old modal code --- src/Eagle.ts | 5 ----- templates/base.html | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) 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 @@ -