Небольшие поправки
This commit is contained in:
@@ -717,10 +717,13 @@ class ExternalLibs {
|
|||||||
this.editBookmarkDesc = this.bookmarkDesc = desc;
|
this.editBookmarkDesc = this.bookmarkDesc = desc;
|
||||||
} else {
|
} else {
|
||||||
this.bookmarkLink = this.bookUrl;
|
this.bookmarkLink = this.bookUrl;
|
||||||
if (!this.bookmarkLink && this.inpxReady && this.inpxUrl)
|
|
||||||
this.bookmarkLink = this.inpxUrl;
|
|
||||||
|
|
||||||
this.bookmarkDesc = '';
|
this.bookmarkDesc = '';
|
||||||
|
|
||||||
|
if (!this.bookmarkLink && this.inpxReady && this.inpxUrl) {
|
||||||
|
this.bookmarkLink = this.inpxUrl;
|
||||||
|
if (this.inpxTitle)
|
||||||
|
this.bookmarkDesc = this.inpxTitle;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.addBookmarkMode = mode;
|
this.addBookmarkMode = mode;
|
||||||
|
|||||||
@@ -10,7 +10,9 @@
|
|||||||
@touchend.stop="onTouchEnd"
|
@touchend.stop="onTouchEnd"
|
||||||
@touchmove.stop="onTouchMove"
|
@touchmove.stop="onTouchMove"
|
||||||
>
|
>
|
||||||
<span class="header-text col"><slot name="header"></slot></span>
|
<div class="header-text col" style="width: 0">
|
||||||
|
<slot name="header"></slot>
|
||||||
|
</div>
|
||||||
<slot name="buttons"></slot>
|
<slot name="buttons"></slot>
|
||||||
<span class="close-button row justify-center items-center" @mousedown.stop @click="close"><q-icon name="la la-times" size="16px" /></span>
|
<span class="close-button row justify-center items-center" @mousedown.stop @click="close"><q-icon name="la la-times" size="16px" /></span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user