forked from FoundKeyGang/FoundKey
Fix bug in #6585
This commit is contained in:
parent
1a2de1a051
commit
7e2b6b6369
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ export default Vue.extend({
|
|||
.map(x => '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz#$%*+,-.:;=?@[]^_{|}~'.indexOf(x))
|
||||
.reduce((a, c) => a * 83 + c, 0)
|
||||
.toString(16)
|
||||
.padStart(6, '0')
|
||||
: undefined;
|
||||
},
|
||||
onClick(e) {
|
||||
|
|
Loading…
Reference in a new issue