Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
explicitly wait for buttons to become visible, to avoid slow animations
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Aug 21, 2021
1 parent eb2bc57 commit b00fc95
Show file tree
Hide file tree
Showing 4 changed files with 745 additions and 918 deletions.
3 changes: 2 additions & 1 deletion functions/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"outDir": "lib",
"sourceMap": true,
"strict": true,
"target": "es2017"
"target": "es2017",
"typeRoots": [ "node_modules/@types" ]
},
"compileOnSave": true,
"include": [
Expand Down
Loading

0 comments on commit b00fc95

Please sign in to comment.