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
Hi there, is there any way to remove https:// from
if ($isRangeSelection(selection)) {
const node = getSelectedNode(selection);
const parent = node.getParent(); // comes from here
if ($isLinkNode(parent)) {
setLinkUrl(parent.getURL()); //comes from here
} else if ($isLinkNode(node)) {
setLinkUrl(node.getURL());
} else {
setLinkUrl("");
}
}
What I want is just an empty input box to paste the link.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there, is there any way to remove
https://
fromWhat I want is just an empty input box to paste the link.
Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions