Browse Source

Triggers update on token click

main
Eric Amodio 4 years ago
parent
commit
de776eb45c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/webviews/apps/shared/appWithConfigBase.ts

+ 1
- 0
src/webviews/apps/shared/appWithConfigBase.ts View File

@ -263,6 +263,7 @@ export abstract class AppWithConfig extends A
input.scrollLeft = input.scrollWidth;
}
setTimeout(() => this.onInputChanged(input), 0);
setTimeout(() => input.focus(), 250);
e.stopPropagation();

Loading…
Cancel
Save