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 963c2c0 commit 2a40383Copy full SHA for 2a40383
packages/applet/src/modules/components/index.vue
@@ -218,7 +218,7 @@ function scrollToActiveTreeNode() {
218
setTimeout(() => {
219
const selected = componentTreeContainer.value?.querySelector('.active')
220
selected?.scrollIntoView({ behavior: 'smooth', block: 'center' })
221
- }, 0)
+ }, 300)
222
}
223
224
// @TODO: 1. tree node tags 2. toggle panel when inspect component
0 commit comments