Skip to content

Commit 4c73f75

Browse files
committed
add tella support
1 parent fea0d2f commit 4c73f75

File tree

1 file changed

+2
-1
lines changed
  • packages/react-notion-x/src/components

1 file changed

+2
-1
lines changed

packages/react-notion-x/src/components/asset.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ export const Asset: React.FC<{
187187
source.indexOf('wistia') < 0 &&
188188
source.indexOf('loom') < 0 &&
189189
source.indexOf('videoask') < 0 &&
190-
source.indexOf('getcloudapp') < 0
190+
source.indexOf('getcloudapp') < 0 &&
191+
source.indexOf('tella') < 0
191192
) {
192193
style.paddingBottom = undefined
193194

0 commit comments

Comments
 (0)