|
|
@@ -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.
|