8
0
Просмотр исходного кода

Code refactoring in MediaFormView.

Aleksander Nowodzinski 5 лет назад
Родитель
Сommit
df1038ca64
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/ckeditor5-media-embed/src/ui/mediaformview.js

+ 0 - 1
packages/ckeditor5-media-embed/src/ui/mediaformview.js

@@ -271,7 +271,6 @@ export default class MediaFormView extends View {
 
 		labeledInput.label = t( 'Media URL' );
 		labeledInput.infoText = this._urlInputViewInfoDefault;
-		// inputField.placeholder = 'https://example.com';
 
 		inputField.on( 'input', () => {
 			// Display the tip text only when there's some value. Otherwise fall back to the default info text.