fix typo & build err
This commit is contained in:
parent
d2951f9fef
commit
2f7fa36f45
@ -43,7 +43,6 @@ win:
|
||||
arch: x64
|
||||
- target: portable
|
||||
arch: x64
|
||||
publisherName: Pickle Team
|
||||
requestedExecutionLevel: asInvoker
|
||||
|
||||
# NSIS installer configuration for Windows
|
||||
|
@ -1287,7 +1287,7 @@ export class AskView extends LitElement {
|
||||
this.adjustWindowHeightThrottled();
|
||||
}
|
||||
|
||||
if (changedProperties.has('showTeextInput') && this.showTextInput) {
|
||||
if (changedProperties.has('showTextInput') && this.showTextInput) {
|
||||
this.focusTextInput();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user