Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 103ab2d

Browse files
Fix "Copy Message Reference" context menu
Because *of course* I had to introduce a bug while prepping the last PR...
1 parent 06ded70 commit 103ab2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/context-menu.js

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ function copyMsgKey() {
9898
label: "Copy Message Reference",
9999
visible: !!msgKey,
100100
click: function () {
101+
clipboard.writeText(msgKey)
101102
}
102103
}
103104
}

0 commit comments

Comments
 (0)