diff options
author | Eric Bailey <git@esb.lol> | 2024-09-06 17:58:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 15:58:47 -0700 |
commit | 543be176741bfcc6c093143799376972818908c4 (patch) | |
tree | fe329e9bbc0a784973e74f3af22868e1b68e0f48 /src/view/com/composer/text-input/textInputWebEmitter.ts | |
parent | 30d2ab8dd3ef793f235489910564cf46e8e6a860 (diff) | |
download | voidsky-543be176741bfcc6c093143799376972818908c4.tar.zst |
Add emoji picker to chat composer (#5196)
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Adrov Igor <nucleartux@gmail.com>
Diffstat (limited to 'src/view/com/composer/text-input/textInputWebEmitter.ts')
-rw-r--r-- | src/view/com/composer/text-input/textInputWebEmitter.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/view/com/composer/text-input/textInputWebEmitter.ts b/src/view/com/composer/text-input/textInputWebEmitter.ts new file mode 100644 index 000000000..fb037cac2 --- /dev/null +++ b/src/view/com/composer/text-input/textInputWebEmitter.ts @@ -0,0 +1,3 @@ +import EventEmitter from 'eventemitter3' + +export const textInputWebEmitter = new EventEmitter() |