We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba2134 commit 45f9398Copy full SHA for 45f9398
assets/src/video-player/block/hoc.js
@@ -8,8 +8,7 @@ const BlockReplacer = ({ clientIDToReplace, url }) => {
8
9
useEffect( ()=> {
10
const block = createBlock( 'optimole/video-player', {
11
- url: url,
12
- editing: isOptimoleURL
+ url: url
13
});
14
15
replaceBlock( clientIDToReplace, block );
0 commit comments