Add missing onInput for canonical_url (#18724)

Closes undefined
This commit is contained in:
Anna Buianova 2022-11-14 17:16:15 +03:00 committed by GitHub
parent 81d981d785
commit 1262054a40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,6 +168,7 @@ export const Options = ({
placeholder="https://yoursite.com/post-title"
name="canonicalUrl"
onKeyUp={onConfigChange}
onInput={onConfigChange}
id="canonicalUrl"
/>
</div>