Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NcReferenceWidget generates warnings on destroy #5396

Open
Antreesy opened this issue Mar 11, 2024 · 0 comments
Open

NcReferenceWidget generates warnings on destroy #5396

Antreesy opened this issue Mar 11, 2024 · 0 comments
Labels
0. to triage bug Something isn't working feature: richtext Related to the richtext component

Comments

@Antreesy
Copy link
Contributor

Antreesy commented Mar 11, 2024

Warning context:
image

Should be this line (although there's a void function set as a fallback, so can't get why it generates such warning):

window._vue_richtext_widgets[richObjectType].onDestroy(el)

Optional calling doesn't help either (i = window._vue_richtext_widgets[richObjectType].onDestroy:

window._vue_richtext_widgets[richObjectType]?.onDestroy?.(el)

image

@Antreesy Antreesy added bug Something isn't working 0. to triage feature: richtext Related to the richtext component labels Mar 11, 2024
@Antreesy Antreesy modified the milestones: 9.0.0, 8.10.0 Mar 11, 2024
@ShGKme ShGKme removed this from the 8.10.0 milestone Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. to triage bug Something isn't working feature: richtext Related to the richtext component
Projects
None yet
Development

No branches or pull requests

2 participants