[Client] Improve usability
This commit is contained in:
parent
fa124abbe2
commit
78c185a05a
2 changed files with 33 additions and 5 deletions
|
|
@ -87,10 +87,18 @@ export default Vue.extend({
|
|||
|
||||
copyContent() {
|
||||
copyToClipboard(this.note.text);
|
||||
this.$root.dialog({
|
||||
type: 'success',
|
||||
splash: true
|
||||
});
|
||||
},
|
||||
|
||||
copyLink() {
|
||||
copyToClipboard(`${url}/notes/${this.note.id}`);
|
||||
this.$root.dialog({
|
||||
type: 'success',
|
||||
splash: true
|
||||
});
|
||||
},
|
||||
|
||||
pin() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue