Dongdong Zhou
Dongdong Zhou
I thought this would be the very first API?
> Can I add support for icons too? I mean, I already have to store files, so what's adding one more to the mix? Yes please. Let's add icons.
This is a duplicate of https://github.com/lapce/lapce/issues/3043 The underlying issue is that we don't handle the re-open event on macOS. 这个bug已经被提出了,在https://github.com/lapce/lapce/issues/3043 底层的问题是,在macOS上,关闭了窗口之后,点击dock里面的图标,会触发一个特别的消息,Lapce使用的底层窗口框架winit没有支持这个消息,但是之后这个会修复的。 还是要谢谢你的截图和重现的步骤,非常详尽
> Is this question still don't have solve ? Not yet. Waiting for a PR to land in winit to make it possible.
Thanks for pointing it out! It should be fixed now.
Does this require [the vger RP](https://github.com/lapce/vger-rs/pull/14)?
@jrmoulton Now looking at this issue again, I feel like #379 might not be the right solution for it. on_click intercepts the PointerDown event bubbling by default actually caused an...
If you put `on_click` on top of another `on_click`, it works as intended that only the top `on_click` will fire. The actual issue here is the `text_input` makes itself active...
Animation is still working in progress, in both API and functionalities.
It's probably because both use the same windowing backend ```glazier```