子晴

Results 15 comments of 子晴

I'd like to get some advice from the maintainers before deciding on the next steps, such as updating the unit tests.

不管怎样,插件**发开**主机 肯定是写错了就是了。

应用场景二说错了,都会弹出 3 是因为 var 的变量提升导致 i 提升成了函数作用域的变量而不是 for 作用域内的变量。解决方法不是创建闭包而是将 var 改成 let 防止循环变量提升成函数变量。

```ts type Tail = T extends [any, ...infer P] ? P : [] ``` I like this.

It look like React listening `focusout` instead of `blur` event, because `blur` event doesn't bubble up to the container. However, the `focusout` isn't triggered when the `Done` button is clicked...

Since React listens to the actual DOM events on the container and distributes them internally, and the `blur` event don't bubble up and can't be listened by React, `focusout` is...

If there are any problems, please guide me. Thanks!

@gnoff I've added back the nodeName check and fix it to uppercase, thanks for your explanation~