This commit is contained in:
Vanessa 2023-10-26 23:59:59 +08:00
parent 8f15b0f4ac
commit d4f5918c4e
2 changed files with 1 additions and 2 deletions

View file

@ -76,7 +76,7 @@ export const about = {
<input class="b3-switch fn__flex-center" id="lockScreenMode" type="checkbox"${window.siyuan.config.system.lockScreenMode === 1 ? " checked" : ""}>
</label>
</div>
<label class="b3-label config__item${isBrowser() ? " fn__none" : " fn__flex"}">
<label class="b3-label config__item${(isBrowser() && !isInAndroid()) ? " fn__none" : " fn__flex"}">
<div class="fn__flex-1">
${window.siyuan.languages.about2}
<div class="b3-label__text">${window.siyuan.languages.about3.replace("${port}", location.port)}</div>

View file

@ -413,7 +413,6 @@ export const popTextCell = (protyle: IProtyle, cellElements: HTMLElement[], type
if (inputElement) {
inputElement.select();
inputElement.focus();
inputElement.scrollIntoView();
if (blockElement && type === "template") {
fetchPost("/api/av/renderAttributeView", {id: blockElement.dataset.avId}, (response) => {
response.data.view.columns.find((item: IAVColumn) => {