Skip to content

Commit 92fe2ff

Browse files
committed
🐛 Fix item display panel unfocusing when a valid item is detected.
1 parent 0540070 commit 92fe2ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/outliner/vanillaItemDisplay.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ export const PREVIEW_CONTROLLER = new NodePreviewController(VanillaItemDisplay,
218218
el.preview_controller.updateHighlight(el)
219219
el.preview_controller.updateTransform(el)
220220
mesh.visible = el.visibility
221-
TickUpdates.selection = true
222221
})
223222
.catch(err => {
224223
if (typeof err.message === 'string') {

0 commit comments

Comments
 (0)