Skip to content

Commit

Permalink
Merge pull request #82 from gamultong/hotfix/add-tiles-opened-receiver
Browse files Browse the repository at this point in the history
tiles-opened 리시버 데코레이터 추가
  • Loading branch information
onee-only authored Dec 23, 2024
2 parents 1a9c1d0 + 0c9c3ba commit df91302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cursor/event/handler/internal/cursor_event_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ async def receive_single_tile_opened(message: Message[SingleTileOpenedPayload]):
await asyncio.gather(*publish_coroutines)

@staticmethod
@EventBroker.add_receiver(InteractionEvent.TILES_OPENED)
async def receive_tiles_opened(message: Message[TilesOpenedPayload]):
start_p = message.payload.start_p
end_p = message.payload.end_p
Expand Down

0 comments on commit df91302

Please sign in to comment.