Explorar o código

Code refactoring in MediaFormView.

Aleksander Nowodzinski %!s(int64=5) %!d(string=hai) anos
pai
achega
df1038ca64
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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.