Explorar o código

Fix docs references

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