mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
fix 4.9.6 (#4631)
* fix debug quote list * delete next text node match * fix extract default boolean value * export latest 100 chat items * fix quote item ui * doc * fix doc
This commit is contained in:
@@ -102,12 +102,6 @@ export function registerLexicalTextEntity<T extends TextNode | VariableLabelNode
|
||||
return;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
const nextMatch = getMatch(nextText);
|
||||
|
||||
if (nextMatch !== null && nextMatch.start === 0) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (match === null) {
|
||||
|
Reference in New Issue
Block a user