Skip to content

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Nov 21, 2024
1 parent 5a96e1e commit 06db26a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/viser/_scene_handles.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,6 @@ def remove_click_callback(
_messages.SetSceneNodeClickableMessage(self._impl.name, False)
)

if len(self._impl.click_cb) == 0:
self._impl.api._websock_interface.queue_message(
_messages.SetSceneNodeClickableMessage(self._impl.name, False)
)


class CameraFrustumHandle(
_ClickableSceneNodeHandle,
Expand Down

0 comments on commit 06db26a

Please sign in to comment.