@flozy/editor 3.4.0 → 3.4.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -387,13 +387,7 @@ export const getBlock = props => {
|
|
387
387
|
...props
|
388
388
|
});
|
389
389
|
case "video":
|
390
|
-
return /*#__PURE__*/_jsx(Video, {
|
391
|
-
...props
|
392
|
-
});
|
393
390
|
case "embed":
|
394
|
-
return /*#__PURE__*/_jsx(Video, {
|
395
|
-
...props
|
396
|
-
});
|
397
391
|
case "calendly":
|
398
392
|
return /*#__PURE__*/_jsx(Video, {
|
399
393
|
...props
|
@@ -483,10 +477,8 @@ export const getBlock = props => {
|
|
483
477
|
return /*#__PURE__*/_jsx(InlineIcon, {
|
484
478
|
...props
|
485
479
|
});
|
486
|
-
case "embed":
|
487
|
-
|
488
|
-
...props
|
489
|
-
});
|
480
|
+
// case "embed":
|
481
|
+
// return <EmbedLink {...props} />;
|
490
482
|
case "docs":
|
491
483
|
case "pdf":
|
492
484
|
case "xls":
|