Zhi Xiong

Results 5 comments of Zhi Xiong

I have the same problem,i use numjs to to process number like numpy, and do not need the features about image.

I have forked this repo, and removed image-related features. [https://github.com/TheoXiong/numjs](https://github.com/TheoXiong/numjs)

There is a component that supports find in page by keywords. ![find](https://user-images.githubusercontent.com/42533484/69873094-5ecb7880-12f2-11ea-9d4e-bc63bf2b38ca.gif) [https://github.com/TheoXiong/electron-find](https://github.com/TheoXiong/electron-find)

trigger: 'axis' 时,有悬浮提示框,但是trigger: 'item'没有

Hi, In developing this component, I also found this problem. I have tried to focus the input field by caling 'dom.focus()' api, after the search is completed. But, the search...