Archived
2
0
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
neko-custom/client
Erin Moon cf84eec999 components/video.vue: fix keyup-on-blur code
the code authored in 52ee737276 (probably)
worked in the browser due to string to numeric type autoconversion but
didn't typecheck during container build.

namely, Object.keys(this.activeKeys) will always return a string[];
however, we need number[] for the sendData() call to typecheck.

this replaces the untyped object holding active keys with a Set<number>,
which is more expressive anyway.
2020-04-15 15:08:03 -05:00
..
.vscode misc 2020-02-02 22:51:44 +00:00
public replace test with n.eko 2020-02-25 15:31:33 +01:00
src components/video.vue: fix keyup-on-blur code 2020-04-15 15:08:03 -05:00
tools yay emoji!!! 2020-02-01 20:35:48 +00:00
.babelrc added unsupported component 2020-01-29 01:27:35 +00:00
.browserslistrc first commit 2020-01-13 08:05:38 +00:00
.editorconfig first commit 2020-01-13 08:05:38 +00:00
.env.development slight tweaks 2020-01-23 16:54:32 +00:00
.eslintrc refactor progress 2020-01-22 17:16:40 +00:00
.prettierrc first commit 2020-01-13 08:05:38 +00:00
package.json version bump 2020-04-05 04:10:18 +00:00
tsconfig.json yay emoji!!! 2020-02-01 20:35:48 +00:00
vue.config.js potential fix for #25 2020-02-10 07:13:40 +00:00