Update TODO.md

This commit is contained in:
vczh
2021-09-30 22:29:24 -07:00
parent c3800e7873
commit 45fe40ee12
+1
View File
@@ -7,6 +7,7 @@ https://zhuanlan.zhihu.com/p/39369370
### Bug
- [ ] The dropdown menu for ribbon gallery cannot be properly resized by dragging the resize bar.
- [ ] **ALT sequence** in ribbon is not displayed (DocumentEditorRibbon.exe)
- [ ] `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.
- [ ] Collection literal `{a b c}` should react to the "receiving type" if the receiving type is a known collection type.
- So that it is able to do `DealWithObservableList({1 2 3});`