mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 23:38:49 +01:00
This commit is contained in:
parent
8f15b0f4ac
commit
d4f5918c4e
2 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue