I actually using monaco-editor in my Angular project.
I'm using the blur event to validate the code the user has entered.
I'm wondering what blur should I used between
onDidBlurEditorText
onDidBlurEditorWidget
is it something related to use the zoom button or the popup content ?
From the documentation https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.icodeeditor.html#ondidblureditortext I cannot understand what is the "widget" ot "text" for monaco-editor