mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
[lexical-text] Bug Fix: for handling multiple matches on hashtags (#6056)
This commit is contained in:
@ -163,5 +163,6 @@
|
||||
"161": "Unexpected dirty selection to be null",
|
||||
"162": "Root element not registered",
|
||||
"163": "node is not a ListNode",
|
||||
"164": "Root element count less than 0"
|
||||
"164": "Root element count less than 0",
|
||||
"165": "%s should not be undefined. You may want to check splitOffsets passed to the splitText."
|
||||
}
|
||||
|
Reference in New Issue
Block a user