mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-15 13:18:51 +01:00
This commit is contained in:
parent
aa1a2728b0
commit
4c8a57ec21
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ export const commandPanel = (app: App) => {
|
|||
if (listElement.childElementCount === 0) {
|
||||
const liElement = document.createElement("li");
|
||||
liElement.classList.add("b3-list-item", "b3-list-item--focus");
|
||||
liElement.innerHTML = `<span class="b3-list-item__text">${isMobile() ? window.siyuan.languages.emptyContent : window.siyuan.languages.commandEmpty}</span>`;
|
||||
liElement.innerHTML = `<span class="b3-list-item__text" style="-webkit-line-clamp: inherit;">${isMobile() ? window.siyuan.languages._kernel[122] : window.siyuan.languages.commandEmpty}</span>`;
|
||||
liElement.addEventListener("click", () => {
|
||||
dialog.destroy();
|
||||
/// #if !MOBILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue