mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
<Message>: avoid state change when cleaning up reaction root elements
This commit is contained in:
@@ -1894,7 +1894,7 @@ export class Message extends React.PureComponent<Props, State> {
|
||||
};
|
||||
}
|
||||
|
||||
return { reactionViewerRoot: null };
|
||||
return null;
|
||||
});
|
||||
};
|
||||
|
||||
@@ -1925,7 +1925,7 @@ export class Message extends React.PureComponent<Props, State> {
|
||||
};
|
||||
}
|
||||
|
||||
return { reactionPickerRoot: null };
|
||||
return null;
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user