We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 737b701 + 74409db commit acb4efcCopy full SHA for acb4efc
src/components/Collaborative/hooks/useFloatingLinkState.tsx
@@ -20,7 +20,7 @@ import useLinkShortcut from "./useLinkShortcut";
20
import { uniqueId } from "remirror";
21
22
export const URL_PATTERN =
23
- /^(ftp|http|https):\/\/[^ "]+\.(br|com|org|net|edu|gov|mil|co|info|io|biz|us|uk)(\/|\?|#|$)/;
+ /^(ftp|http|https):\/\/[^ "]+\.(br|com|org|net|edu|gov|mil|co|info|io|biz|us|uk|pt)(\/|\?|#|$)/;
24
25
function useFloatingLinkState() {
26
const { t } = useTranslation();
0 commit comments