From 20700aee41372e0c6cb8dfef99404ba30efe80f2 Mon Sep 17 00:00:00 2001 From: vczh Date: Mon, 14 Jun 2021 16:17:14 -0700 Subject: [PATCH] Update TODO.md --- TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO.md b/TODO.md index 153782e5..ad2ab92f 100644 --- a/TODO.md +++ b/TODO.md @@ -6,7 +6,6 @@ https://zhuanlan.zhihu.com/p/39369370 ### 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. - [ ] `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