Fix linkify imports
VECTOR_URL_PATTERN was 'undefined' inside Permalinks.tryTransformPermalinkToLocalHref()
This commit is contained in:
parent
b81c084cf5
commit
d403ed7513
2 changed files with 2 additions and 2 deletions
|
@ -243,4 +243,4 @@ matrixLinkify.options = {
|
|||
},
|
||||
};
|
||||
|
||||
module.exports = matrixLinkify;
|
||||
export default matrixLinkify;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue