diff --git a/static/build/editor.js b/static/build/editor.js index eb7f619..288a29d 100644 --- a/static/build/editor.js +++ b/static/build/editor.js @@ -229,7 +229,6 @@ function addVideo() { document.getElementById('editor').appendChild(videoElement); var paragraphElement = document.createElement('p'); - paragraphElement.textContent = 'Type your text here'; document.getElementById('editor').appendChild(paragraphElement); }