From 8da71a98daaf587d03992b15cec01bdcf5873b73 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Tue, 1 Nov 2022 00:54:07 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/ExternalLibs/ExternalLibs.vue | 9 ++++++--- client/components/share/Window.vue | 4 +++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/client/components/ExternalLibs/ExternalLibs.vue b/client/components/ExternalLibs/ExternalLibs.vue index 2846ac84..4e468fae 100644 --- a/client/components/ExternalLibs/ExternalLibs.vue +++ b/client/components/ExternalLibs/ExternalLibs.vue @@ -717,10 +717,13 @@ class ExternalLibs { this.editBookmarkDesc = this.bookmarkDesc = desc; } else { this.bookmarkLink = this.bookUrl; - if (!this.bookmarkLink && this.inpxReady && this.inpxUrl) - this.bookmarkLink = this.inpxUrl; - this.bookmarkDesc = ''; + + if (!this.bookmarkLink && this.inpxReady && this.inpxUrl) { + this.bookmarkLink = this.inpxUrl; + if (this.inpxTitle) + this.bookmarkDesc = this.inpxTitle; + } } this.addBookmarkMode = mode; diff --git a/client/components/share/Window.vue b/client/components/share/Window.vue index 1bbab94a..d41d660e 100644 --- a/client/components/share/Window.vue +++ b/client/components/share/Window.vue @@ -10,7 +10,9 @@ @touchend.stop="onTouchEnd" @touchmove.stop="onTouchMove" > - +
+ +