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"
>
-