@tscircuit/pcb-viewer 1.11.59 → 1.11.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8058,7 +8058,6 @@ var DimensionOverlay = ({
|
|
|
8058
8058
|
setDEnd({ x: mousePosRef.current.x, y: mousePosRef.current.y });
|
|
8059
8059
|
setDimensionToolVisible((visible) => !visible);
|
|
8060
8060
|
setDimensionToolStretching(true);
|
|
8061
|
-
e.preventDefault();
|
|
8062
8061
|
}
|
|
8063
8062
|
if (e.key === "Escape") {
|
|
8064
8063
|
setDimensionToolVisible(false);
|
|
@@ -8305,7 +8304,7 @@ import { css } from "@emotion/css";
|
|
|
8305
8304
|
// package.json
|
|
8306
8305
|
var package_default = {
|
|
8307
8306
|
name: "@tscircuit/pcb-viewer",
|
|
8308
|
-
version: "1.11.
|
|
8307
|
+
version: "1.11.59",
|
|
8309
8308
|
main: "dist/index.js",
|
|
8310
8309
|
type: "module",
|
|
8311
8310
|
repository: "tscircuit/pcb-viewer",
|