pds-dev-kit-web-test 2.7.613 → 2.7.615
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.
|
@@ -255,6 +255,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
|
255
255
|
return;
|
|
256
256
|
}
|
|
257
257
|
if (shortcutKeyMode === 'MANUAL_COLLISION_SELECT') {
|
|
258
|
+
console.log('selectedBlockId from PDS', selectedBlockId);
|
|
258
259
|
if (!selectedBlockId || selectedBlockId === 'BULK') {
|
|
259
260
|
return;
|
|
260
261
|
}
|
|
@@ -270,7 +271,8 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
|
270
271
|
var set = new Set(__spreadArray(__spreadArray([], prev, true), bulks_1, true));
|
|
271
272
|
return Array.from(set);
|
|
272
273
|
});
|
|
273
|
-
setSelectedBlockId(null);
|
|
274
|
+
// setSelectedBlockId(null);
|
|
275
|
+
setSelectedBlockId('BULK');
|
|
274
276
|
var newBulkIdsSet = new Set(__spreadArray(__spreadArray([], bulkBlockIds, true), bulks_1, true));
|
|
275
277
|
var newBulkIdsArray = Array.from(newBulkIdsSet);
|
|
276
278
|
var newBulkCBIds = newBulkIdsArray
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pds-dev-kit-web-test",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.615",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"lottie-react": "^2.3.1",
|
|
26
26
|
"nuka-carousel": "^4.8.4",
|
|
27
27
|
"publ-echo": "^0.0.133",
|
|
28
|
-
"publ-echo-test": "^0.0.
|
|
28
|
+
"publ-echo-test": "^0.0.402",
|
|
29
29
|
"react-hook-form": "^7.28.1",
|
|
30
30
|
"react-i18next": "^11.12.0",
|
|
31
31
|
"react-router-dom": "^5.2.0",
|