vemonet / EmojiMart

🏪 Modern emoji picker popup for desktop, based on Emoji Mart, built with Tauri and Svelte
MIT License
59 stars 1 forks source link

💡 Do not close until user clicks outside window #10

Open LeviSnoot opened 6 months ago

LeviSnoot commented 6 months ago

Describe the feature

If the user wants to add multiple emoji they have to repeatedly press their assigned keyboard shortcut to invoke Emoji Mart. Wouldn't it be better if instead of closing the window after each input, it closes when the user clicks outside the window? This is how most emoji pickers I'm aware of work.

An idea of implementation

No response

vemonet commented 6 months ago

All the desktop emoji picker I know of on linux (Emote and Smile) closes as soon as you click an emoji, that said it would be nice to enable to select multiple emojis when a hotkey like ctrl is pressed!

But I think that will require to make some changes to the web component we use (unless they already support it)