feat(editor): add message to list of allowed link protocols (#1284)
Resolves #1282
This commit is contained in:
parent
6a91862384
commit
a3200f4149
|
|
@ -336,6 +336,7 @@ const additionalLinkProtocols = [
|
|||
'git',
|
||||
'obsidian',
|
||||
'notion',
|
||||
'message',
|
||||
]
|
||||
|
||||
const PasteHandler = Extension.create({
|
||||
|
|
|
|||
Loading…
Reference in New Issue