small comment (#1394)

* small comment

* typo
This commit is contained in:
Kurt Hutten
2024-02-12 11:07:33 +11:00
committed by GitHub
parent b94c5be1af
commit f1ea9b6ece

View File

@ -15,6 +15,7 @@ export function useEngineConnectionSubscriptions() {
if (!engineCommandManager) return
const unSubHover = engineCommandManager.subscribeToUnreliable({
// Note this is our hover logic, "highlight_set_entity" is the event that is fired when we hover over an entity
event: 'highlight_set_entity',
callback: ({ data }) => {
if (data?.entity_id) {