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 73b1971 commit b8b33c5Copy full SHA for b8b33c5
src/index.less
@@ -245,6 +245,7 @@
245
pointer-events: none;
246
display: block;
247
margin-top: 8px;
248
+ object-fit: cover;
249
}
250
251
.circle {
src/nodeOperation.ts
@@ -14,7 +14,7 @@ import {
14
} from './utils/index'
15
import { findEle, createExpander, shapeTpc } from './utils/dom'
16
import { deepClone } from './utils/index'
17
-import type { Topic, Wrapper, CustomSvg } from './types/dom'
+import type { Topic, Wrapper } from './types/dom'
18
import type { MindElixirInstance, NodeObj } from './types/index'
19
import { LEFT, RIGHT, SIDE } from './const'
20
0 commit comments