Explorar el Código

Fix docs references

panr hace 5 años
padre
commit
302bddb0fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-media-embed/src/mediaembedui.js

+ 1 - 1
packages/ckeditor5-media-embed/src/mediaembedui.js

@@ -78,7 +78,7 @@ export default class MediaEmbedUI extends Plugin {
 		// invisible form/input cannot be focused/selected.
 		button.on( 'open', () => {
 			// Make sure that each time the panel shows up, the URL field remains in sync with the value of
-			// the command. If the user typed in the input, then canceled (`urlInputView#field#value` stays
+			// the command. If the user typed in the input, then canceled (`urlInputView#fieldView#value` stays
 			// unaltered) and re-opened it without changing the value of the media command (e.g. because they
 			// didn't change the selection), they would see the old value instead of the actual value of the
 			// command.