Alex

Results 20 comments of Alex

> A native desktop & mobile app would be amazing, although I would have to redo everything from scratch. It would also not have all the functionality that the Chrome...

If you launch the mac version app. Make sure to broadcast all over the world to let me know. Many thanks! ❤️

> 此项目可能不会再支持 Vue3 了,因为通过 [发布记录](https://www.npmjs.com/package/quill) 来看 Quill 官方看起来也放弃维护了(已 3 年没有发布新的正式版本),此项目可能不具备长期的生命力了,建议关注其他替代品,如 [lexical](https://lexical.dev/docs/getting-started/quick-start)。 Quill 还在持续开发中,未来会 release 2.0 版本。 可以查看 `commit` 记录:https://github.com/quilljs/quill/commits/develop 以及 `develop` 分支的 README(Note: This branch and README covers the upcoming...

@egoist Replace top-right `js` to `main.js` will be fine.

![image](https://user-images.githubusercontent.com/30150098/84278897-e595c380-ab67-11ea-973b-f2dc8ddb9cf8.png) Look above, my test code.

What about this? ```js function isHidden(elem) { return !elem.offsetWidth && (!elem.offsetHeight || !elem.offsetWidth); } ```

我也是,可能是 cnpm 基于的 npm 版本过旧了。害,cnpm 最后一次提交是 2019 年底了。o(╥﹏╥)o

> 说getHeaders不是一个方法不能这样调用 You probably used `form-data` in the browser environment. Look here: https://stackoverflow.com/a/54685950 如果在浏览器环境中调用了,会直接使用 `window` 的原生 `FormData`,它不包含 `getHeaders` 方法.

> ![demo](https://user-images.githubusercontent.com/49567934/136670141-9cf404ff-50eb-4e3a-a87f-e8ef30d88724.gif) This is the missing gif ? maybe