diff --git a/electron-builder.yml b/electron-builder.yml index 153f3b5..35e6ed5 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -43,7 +43,6 @@ win: arch: x64 - target: portable arch: x64 - publisherName: Pickle Team requestedExecutionLevel: asInvoker # NSIS installer configuration for Windows diff --git a/src/features/ask/AskView.js b/src/features/ask/AskView.js index ca2a294..33cb43c 100644 --- a/src/features/ask/AskView.js +++ b/src/features/ask/AskView.js @@ -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(); } }