Update TODO.md

This commit is contained in:
Zihan Chen
2021-06-25 17:51:33 -07:00
parent 698e3535f4
commit d95ffd36eb
+3
View File
@@ -6,6 +6,9 @@ https://zhuanlan.zhihu.com/p/39369370
### Bug
- [ ] Demo `control_toolstrip_menu_binding`
- add 10 items -> open menu -> delete some items -> open menu
- the menu is too large
- [ ] `GlobalStringKey` need to remember the `GlobalStringKeyManager` object, and if the global object is changed, it means this key becomes a wild pointer, it should crash.
- [ ] `let X = Y in (F(X.a.b.c))` reports `X does not exist in the current scope` in binding property value
- while `F((let X = Y.a.b).c)` works