[lexical-text] Bug Fix: for handling multiple matches on hashtags (#6056)

This commit is contained in:
wnhlee
2024-05-10 11:07:09 +09:00
committed by GitHub
parent 6a33ccfb7d
commit 3fc9fb616b
3 changed files with 127 additions and 1 deletions

View File

@ -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."
}