File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
- import str from "./str" ;
2
-
3
1
'worklet' ;
4
2
5
3
import Str from './str' ;
@@ -82,15 +80,14 @@ const MARKDOWN_VIDEO_REGEX = new RegExp(
82
80
const SLACK_SPAN_NEW_LINE_TAG = '<span class="c-mrkdwn__br" data-stringify-type="paragraph-break" style="box-sizing: inherit; display: block; height: unset;"></span>' ;
83
81
84
82
export default class ExpensiMark {
85
-
86
83
getAttributeCache = ( extras ?: Extras ) => {
87
84
if ( ! extras ) {
88
85
return { attrCachingFn : undefined , attrCache : undefined } ;
89
86
}
90
87
91
88
return {
92
89
attrCachingFn : extras . mediaAttributeCachingFn ?? extras . cacheVideoAttributes ,
93
- attrCache : extras . mediaAttributeCache ?? extras . videoAttributeCache
90
+ attrCache : extras . mediaAttributeCache ?? extras . videoAttributeCache ,
94
91
} ;
95
92
} ;
96
93
@@ -732,7 +729,7 @@ export default class ExpensiMark {
732
729
return `` ;
733
730
}
734
731
return `!(${ imgSource } )` ;
735
- }
732
+ } ,
736
733
} ,
737
734
738
735
{
You can’t perform that action at this time.
0 commit comments