monaco-editor version: 0.11.1
Browser: chrome newest
OS: win 10 64 bit
Steps or JS usage snippet reproducing the issue:
editor.onDidChangeModelDecorations
or
editor.getModel().onDidChangeDecorations
both return an empty object ({}). tested in my project and in monaco editor playground
in 0.10.1 it worked perfectly
monaco-editor version: 0.11.1
Browser: chrome newest
OS: win 10 64 bit
Steps or JS usage snippet reproducing the issue:
editor.onDidChangeModelDecorationsor
editor.getModel().onDidChangeDecorationsboth return an empty object ({}). tested in my project and in monaco editor playground
in 0.10.1 it worked perfectly