We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3567a commit 707a44bCopy full SHA for 707a44b
src/packages/ellipsis/ellipsis.taro.tsx
@@ -2,7 +2,10 @@ import React, { FunctionComponent, useState, useRef, useEffect } from 'react'
2
import { nextTick, createSelectorQuery } from '@tarojs/taro'
3
import classNames from 'classnames'
4
import { View } from '@tarojs/components'
5
-import { getRectInMultiPlatform, getRectInMultiPlatformWithoutCache } from '@/utils/taro/get-rect'
+import {
6
+ getRectInMultiPlatform,
7
+ getRectInMultiPlatformWithoutCache
8
+} from '@/utils/taro/get-rect'
9
import { ComponentDefaults } from '@/utils/typings'
10
import { useRtl } from '../configprovider/index.taro'
11
import { TaroEllipsisProps } from '@/types'
0 commit comments