cuijian
cuijian
Indeed, the execution order of Chrome is `onInternalCompositionStart`-`onInternalKeyPress`-`onInternalCompositionEnd`  Safari is `onInternalCompositionStart`-`onInternalCompositionEnd`-`onInternalKeyPress`  so, `isCompositionRef.current` is not work in Safari
> Why do I have different result (110% being hidden) when the container height is small before the change of this PR?  [yAxis.axisLabel.showMinLabel ](https://echarts.apache.org/en/option.html#yAxis.axisLabel.showMinLabel) It can be seen from...
 I found that there is axisLabel.interval, which forces all labels to be displayed when this value is 0. But now it only takes effect for axis.type = 'category', I...
> 我建议把原来的 isCompositionRef 逻辑删掉。 The current implementation logic is 1. `isCompositionRef` is used to determine whether to start Chinese input, 2. `isCompositionEndRef` is used to determine whether onInternalCompositionEnd has been...