This commit is contained in:
parent
a18f1c6261
commit
9445a806ba
1 changed files with 6 additions and 0 deletions
|
@ -229,6 +229,12 @@ export const AIActions = (elements: Element[], protyle: IProtyle) => {
|
|||
</div>
|
||||
</div>`,
|
||||
bind(element) {
|
||||
/// #if MOBILE
|
||||
element.setAttribute("style", "height: 100%;padding: 0 16px;");
|
||||
element.querySelectorAll(".b3-menu__separator").forEach(item => {
|
||||
item.remove();
|
||||
})
|
||||
/// #endif
|
||||
const listElement = element.querySelector(".b3-list");
|
||||
const inputElement = element.querySelector("input");
|
||||
inputElement.addEventListener("keydown", (event: KeyboardEvent) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue