-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Remove value sync hook in Link Control #51256
Copy link
Copy link
Closed
Labels
[Feature] Link EditingLink components (LinkControl, URLInput) and integrations (RichText link formatting)Link components (LinkControl, URLInput) and integrations (RichText link formatting)[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] Code QualityIssues or PRs that relate to code qualityIssues or PRs that relate to code quality
Metadata
Metadata
Labels
[Feature] Link EditingLink components (LinkControl, URLInput) and integrations (RichText link formatting)Link components (LinkControl, URLInput) and integrations (RichText link formatting)[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] Code QualityIssues or PRs that relate to code qualityIssues or PRs that relate to code quality
Type
Fields
Give feedbackNo fields configured for issues without a type.
Let's look to remove the value sync that was only needed to fix an obscure bug that has other guards.
Do you know if this sync hook is still needed? Now that value is an object; the synchronization can cause the content loss.
Originally posted by @Mamaduka in #50668 (comment)