🎨 搜索定位

This commit is contained in:
Vanessa 2022-08-12 19:25:07 +08:00
parent 1b3d9c1d69
commit 860ea7442a
4 changed files with 18 additions and 13 deletions

View file

@ -77,7 +77,7 @@ export const onGet = (data: IWebSocketData, protyle: IProtyle, action: string[]
}
// 防止动态加载加载过多的内容
if (action.includes(Constants.CB_GET_APPEND) || action.includes(Constants.CB_GET_BEFORE)) {
if (action.includes(Constants.CB_GET_APPEND) || action.includes(Constants.CB_GET_BEFORE) || action.includes(Constants.CB_GET_HTML)) {
setHTML({
content: html,
action,