Microsoft/monaco-editor

Prevent formatDocument to steal focus

開放

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

 (2 則留言) (1 個反應) (0 位負責人)JavaScript (4,064 個分叉)batch import
feature-requesthelp wantedopen for PR

倉庫指標

星標
 (46,002 顆星)
PR 合併指標
 (平均合併 6小時 26分鐘) (30 天內合併 15 個 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?

貢獻者指南