Skip to content

Commit 0424261

Browse files
committed
Fix broken entity link following
1 parent 9a300d9 commit 0424261

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

etc/js/components/search-box.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ function onEnter() {
4848
div.search-box {
4949
background-color: var(--bg-input);
5050
border-radius: var(--border-radius-medium);
51-
transition: background-color var(--animation-duration-fast);
5251
padding: 0.5rem;
5352
}
5453

etc/js/components/widgets/inspector/entity-inspector-components.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:key="m.name"
99
:filter="filter"
1010
v-model:loading="loading"
11-
@selectEntity="emit('selectEntity')"
11+
@selectEntity="emit('selectEntity', $event)"
1212
@removeComponent="emit('removeComponent', $event)">
1313
</entity-inspector-module>
1414
</div>

0 commit comments

Comments
 (0)