mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-09 08:40:29 +03:00
remove unused methods
This commit is contained in:
parent
4a1446ca74
commit
5dd67009cb
1 changed files with 0 additions and 10 deletions
|
|
@ -751,16 +751,6 @@ export const Message = as<'div', MessageProps>(
|
|||
}, 100);
|
||||
};
|
||||
|
||||
const handleClose = () => {
|
||||
setView('options');
|
||||
closeMenu();
|
||||
};
|
||||
|
||||
const onEmojiSelect = (key, shortcode) => {
|
||||
onReactionToggle(mEvent.getId(), key, shortcode);
|
||||
handleClose();
|
||||
};
|
||||
|
||||
// TODO: Remove this and clean it up later...
|
||||
const button = document.createElement('button');
|
||||
button.setAttribute('data-event-id', mEvent.getId());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue