Skip to content

Commit 2cc75b9

Browse files
committed
リンクをコピーでリモートのURLをコピーするように
1 parent a0fde0c commit 2cc75b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/app/common/views/components/note-menu.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export default Vue.extend({
190190
},
191191
192192
copyLink() {
193-
copyToClipboard(`${url}/notes/${this.note.id}`);
193+
copyToClipboard(this.note.url || this.note.uri || `${url}/notes/${this.note.id}`);
194194
this.$root.dialog({
195195
type: 'success',
196196
splash: true

0 commit comments

Comments
 (0)