mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 07:40:13 +08:00
style(core): fix linting issues (#3884)
This commit is contained in:
parent
aa3068b1cd
commit
00aad1fd9a
@ -93,7 +93,7 @@ export function getAttributesFromExtensions(extensions: Extensions): ExtensionAt
|
||||
...attribute,
|
||||
}
|
||||
|
||||
if(typeof mergedAttr?.default === 'function') {
|
||||
if (typeof mergedAttr?.default === 'function') {
|
||||
mergedAttr.default = mergedAttr.default()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user