2 留言 (2 留言)0 反應 (0 反應)0 負責人 (0 負責人)TypeScript18,676 star (18,676 star)2,478 fork (2,478 fork)batch import
bughelp wantedshell
描述
In order to reproduce:
- open a markdown file with an editor
- click on preview toolbar item
- the preview will be revealed (not focused)
- expected that the focus will be preserved to the editor, but it is not
- 議題類型
- bug
- 研究方向
- The issue describes a bug where clicking the preview toolbar item causes focus to be lost from the editor. To resolve, examine the focus management in the preview toggle logic, possibly in the `preview` command handler or the tab bar widget. Check if the preview panel is stealing focus when revealed. The issue has two comments but no maintainer response; review those for additional context.