mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-27 11:44:18 +00:00
src/client/graphics/layers/PlayerPanel.ts
This commit is contained in:
@@ -124,7 +124,7 @@ export class PlayerPanel extends LitElement implements Layer {
|
||||
private handleEmojiClick(e: Event, myPlayer: PlayerView, other: PlayerView) {
|
||||
e.stopPropagation();
|
||||
this.emojiTable.showTable((emoji: string) => {
|
||||
if (myPlayer == other) {
|
||||
if (myPlayer === other) {
|
||||
this.eventBus.emit(
|
||||
new SendEmojiIntentEvent(
|
||||
AllPlayers,
|
||||
|
||||
Reference in New Issue
Block a user