[81_9] Hide tabbar when user chooses 'Documents in separate windows' #2068
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
尽可能地避免出现文档渲染不一致的问题,但是没有从根本上解决
Why
Issues 2009
"没有办法完全强制不允许使用tabbar,我只能做到当用户选择Documents in separate windows的时候,用户无法显示tabbar。然而Documents in separate windows这个情况,用户新建一个文档,在新的窗口那里又选择Multiple Document shared window,那么新的窗口又可以显示tabbar,然后在tabbar关闭新建的文档,又会出现luozhiya提出的这个问题。"
这个pr是昨天就写好了的,虽然没有从根本上解决luozhiya提出的这个问题,但是当用户选择
Documents in separate windows
的时候按道理不应该显示Tabbar。所以这个pr优化的问题是:当用户选择
Documents in separate windows
的时候自动隐藏Tabbar(但不是禁用,因为正如上述,用户还能有途径显示tabbar)。@da-liii @Oyyko @luozhiya