feat: update word position on device button click
This commit is contained in:
parent
a8951f5b48
commit
3342be0b16
1 changed files with 1 additions and 0 deletions
|
|
@ -825,6 +825,7 @@ async function serialSigner(path) {
|
||||||
handleShowSeedResponse: function (res = '') {
|
handleShowSeedResponse: function (res = '') {
|
||||||
const [pos, word] = res.trim().split(' ')
|
const [pos, word] = res.trim().split(' ')
|
||||||
this.hww.seedWord = `${pos}. ${word}`
|
this.hww.seedWord = `${pos}. ${word}`
|
||||||
|
this.hww.seedWordPosition = pos
|
||||||
},
|
},
|
||||||
hwwRestore: async function () {
|
hwwRestore: async function () {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue