hackape
hackape
应用本身还真没考虑过这个场景…你考虑下设置系统级代理的方案吧
没有复现这个问题,估计因为是 resize bar 目标太大,导致鼠标不容易拖到 scroll bar,误以为有问题。这个体验优化我下一步在改 panel 模块的时候一起处理。
#183
This feature can be easily implemented: ```html export let value = "foo" let _value; // if you want to set init value from outside // uncomment this line: // _value...
@SystemParadox My impl requires only two extra lines, I think it's pretty far away from clumsy, and to me that already covers all of this feature request. Enlighten me if...
I noticed an earlier remark by @SystemParadox: > The issue with timing is actually most of the reason for this request. If you do this with a normal two-way binding...
@kenbankspeng Yeah if what's important is the "readonly" semantic, it can only be done with language support. Still I don't believe this feature deserves a dedicated language element, for following...
Your request is legit, however the severity is so over-stated. I can easily fix it with `@ts-ignore` and move on. Please report severity properly.
@ripref Sorry for late reply. Thank you for spotting this issue. I'll look into it and get back to you.
Please provide code to reproduce. I cannot tell much from this return value.