Microsoft/monaco-editor

Prevent formatDocument to steal focus

Open

#1,245 建立於 2018年12月22日

在 GitHub 查看
 (2 留言) (1 反應) (0 負責人)JavaScript (14,836 star) (1,283 fork)batch import
feature-requesthelp wantedopen for PR

描述

monaco-editor version: 0.15.6 Browser: chrome OS: linux

I use this.editor.getAction('editor.action.formatDocument').run() to format a document. This works, but it also set's the focus to the the editor. Is that intended behaviour? Is there a way to disable the change of focus?

貢獻者指南