diff options
| author | bobzel <zzzman@gmail.com> | 2024-05-03 10:15:39 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-05-03 10:15:39 -0400 |
| commit | f410a7b314dd78244e18c9c52140b67b37ab0c87 (patch) | |
| tree | 334a896791acaf17a9a9dbbbf00c0df41f46876f /package-lock.json | |
| parent | f672d55873f7565883bdd820f235ab2e11e01fd5 (diff) | |
fixed schema to not drag rows when schema is not active (selected or child content active)
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json index cf8e8ce29..f372d011c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31609,7 +31609,8 @@ "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true }, "node_modules/textarea-caret": { "version": "3.1.0", |
