🐛(frontend) fix multiple EmojiPicker

emoji-mart is used to display emojis in the editor.
It is used by the callout block and by
Blocknotes editor. The problem is that the emoji-mart
is a singleton, so if Blocknotes components init
the emoji-mart first, the picker in the callout block
will not display correctly.
This commit fixes the issue by initializing
the emoji-mart in the callout block first.
This commit is contained in:
Anthony LC
2025-05-26 13:12:58 +02:00
parent d811e3c2fc
commit 1c93fbc007
4 changed files with 85 additions and 58 deletions

View File

@@ -18,7 +18,8 @@ and this project adheres to
### Fixed
🐛(frontend) table of content disappearing #982
-🐛(frontend) table of content disappearing #982
-🐛(frontend) fix multiple EmojiPicker #1012
## [3.3.0] - 2025-05-06