You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I copied a web link and tried to paste it into the input field. After clicking on the Apply button, its added underlined under the text but did not add the web address on the link tag. Somehow sometimes it has been working fine and sometimes misses.
I had made some debugging on the easy-email-extensions package and found the components which is mainly responsible for this hyperlink feature. It seems to me that prop.onChange(values) sometimes does not trigger on the first click.
I copied a web link and tried to paste it into the input field. After clicking on the Apply button, its added underlined under the text but did not add the web address on the link tag. Somehow sometimes it has been working fine and sometimes misses.
I had made some debugging on the easy-email-extensions package and found the components which is mainly responsible for this hyperlink feature. It seems to me that prop.onChange(values) sometimes does not trigger on the first click.
https://github.com/zalify/easy-email/blob/e55c3e762e7c7d6ccb477f9bdbdfff983337e9ae/packages/easy-email-extensions/src/components/Form/RichTextToolBar/components/Link/index.tsx#L62
The text was updated successfully, but these errors were encountered: