From f9cdfa45dea53a8810526b2728095b8fd31acff0 Mon Sep 17 00:00:00 2001 From: Jorge Date: Thu, 5 Dec 2019 21:23:06 +0000 Subject: [PATCH] Fix: Video block crashes right after insert --- packages/block-library/src/video/edit.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/block-library/src/video/edit.js b/packages/block-library/src/video/edit.js index a2b7e7cfad7583..84492ec552c154 100644 --- a/packages/block-library/src/video/edit.js +++ b/packages/block-library/src/video/edit.js @@ -54,7 +54,6 @@ class VideoEdit extends Component { this.videoPlayer = createRef(); this.posterImageButton = createRef(); - this.toggleAttribute = this.toggleAttribute.bind( this ); this.onSelectURL = this.onSelectURL.bind( this ); this.onSelectPoster = this.onSelectPoster.bind( this ); this.onRemovePoster = this.onRemovePoster.bind( this );