mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-30 21:25:17 +08:00
Update TODO.md
This commit is contained in:
@@ -6,7 +6,6 @@ https://zhuanlan.zhihu.com/p/39369370
|
|||||||
|
|
||||||
### Bug
|
### Bug
|
||||||
|
|
||||||
- [ ] Home menu and gallary menu in ribbon demo are 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.
|
- [ ] `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
|
- [ ] `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
|
- while `F((let X = Y.a.b).c)` works
|
||||||
|
|||||||
Reference in New Issue
Block a user