fix the find highlight issues (#15149)

* register mode changes, remove cleanMarkdownLinks

* fixes

* test fixes and scroll to center change
This commit is contained in:
Maddy
2021-04-22 10:13:30 -07:00
committed by GitHub
parent 599a64c631
commit fcaaf1cb29
4 changed files with 25 additions and 16 deletions

View File

@@ -81,6 +81,10 @@ class NotebookModelStub extends stubs.NotebookModelStub {
// When relevant a mock is used to intercept this call to do any verifications or run
// any code relevant for testing in the context of the test.
}
get activeCell(): ICellModel {
return <ICellModel>{};
}
}
suite('Test class NotebookEditor:', () => {