mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-12 18:24:21 +01:00
This commit is contained in:
parent
8d699f9765
commit
84dddba736
2 changed files with 12 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ import {processRender} from "../../../util/processCode";
|
|||
import {getColIconByType, getColNameByType} from "../col";
|
||||
import {getCompressURL} from "../../../../util/image";
|
||||
import {getPageSize} from "../groups";
|
||||
/// #if MOBILE
|
||||
import {activeBlur} from "../../../../mobile/util/keyboardToolbar";
|
||||
/// #endif
|
||||
import {renderKanban} from "../kanban/render";
|
||||
|
||||
interface IIds {
|
||||
|
|
@ -262,6 +265,9 @@ export const afterRenderGallery = (options: ITableOptions) => {
|
|||
searchInputElement.style.paddingRight = "0";
|
||||
focusBlock(options.blockElement);
|
||||
updateSearch(options.blockElement, options.protyle);
|
||||
/// #if MOBILE
|
||||
activeBlur();
|
||||
/// #endif
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@ import {openMenuPanel} from "./openMenuPanel";
|
|||
import {getPageSize} from "./groups";
|
||||
import {clearSelect} from "../../util/clear";
|
||||
import {showMessage} from "../../../dialog/message";
|
||||
/// #if MOBILE
|
||||
import {activeBlur} from "../../../mobile/util/keyboardToolbar";
|
||||
/// #endif
|
||||
import {renderKanban} from "./kanban/render";
|
||||
|
||||
interface IIds {
|
||||
|
|
@ -439,6 +442,9 @@ const afterRenderTable = (options: ITableOptions) => {
|
|||
searchInputElement.style.paddingRight = "0";
|
||||
focusBlock(options.blockElement);
|
||||
updateSearch(options.blockElement, options.protyle);
|
||||
/// #if MOBILE
|
||||
activeBlur();
|
||||
/// #endif
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue