🐛(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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user