Merge branch 'sim-dev/emojiimport' into develop
This commit is contained in:
commit
c60db40175
@ -68,7 +68,6 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string):
|
|||||||
icon: 'fas fa-copy',
|
icon: 'fas fa-copy',
|
||||||
text: i18n.ts.copy,
|
text: i18n.ts.copy,
|
||||||
action: (): void => {
|
action: (): void => {
|
||||||
console.log('copy');
|
|
||||||
copyToClipboard(reaction.startsWith(':') ? `:${reaction.match(/(?<=:).*(?=@.*\.*(?=:))/g)[0]}:` : reaction);
|
copyToClipboard(reaction.startsWith(':') ? `:${reaction.match(/(?<=:).*(?=@.*\.*(?=:))/g)[0]}:` : reaction);
|
||||||
},
|
},
|
||||||
}];
|
}];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user