diff options
author | bobzel <zzzman@gmail.com> | 2020-08-03 11:28:51 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-03 11:28:51 -0400 |
commit | 4df8465c58542064ea29bb1047e9477d2f7b048a (patch) | |
tree | c6442a31049953296fd3c1f326071c0fe2f5e157 | |
parent | 48a65994e75fc0f2aaeb96807e8a4f58ff3e3968 (diff) |
from last
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index a5dbc0627..1589ac7e0 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -445,7 +445,7 @@ export class MainView extends React.Component { } @computed get menuPanel() { - setTimeout(() => DocListCast((Doc.UserDoc().menuStack as Doc).data).forEach(action(doc => { doc.color = "white"; doc._backgroundColor = ""; })), 0); + setTimeout(() => DocListCast((Doc.UserDoc().menuStack as Doc).data).forEach(action(doc => { doc.color = "white"; doc._backgroundColor = ""; })), 1000); return <div className="mainView-menuPanel"> <DocumentView Document={Doc.UserDoc().menuStack as Doc} |