We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae029d commit 167987fCopy full SHA for 167987f
2 files changed
resources/js/components/entries/PublishForm.vue
@@ -457,7 +457,7 @@ export default {
457
},
458
459
showLivePreviewButton() {
460
- return !this.readOnly && !this.isCreating && this.isBase && this.livePreviewUrl;
+ return !this.isPreviewing && !this.readOnly && !this.isCreating && this.isBase && this.livePreviewUrl;
461
462
463
showVisitUrlButton() {
resources/js/components/terms/PublishForm.vue
@@ -271,7 +271,7 @@ export default {
271
272
273
274
- return !this.readOnly && !this.isCreating && this.isBase && this.livePreviewUrl && this.showVisitUrlButton;
+ return !this.isPreviewing && !this.readOnly && !this.isCreating && this.isBase && this.livePreviewUrl && this.showVisitUrlButton;
275
276
277
0 commit comments