Skip to content

Commit 904c3c2

Browse files
committed
Small fix for notebook search
1 parent 72120e6 commit 904c3c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/search/browser/notebookSearch/notebookSearchModelBase.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export function isIMatchInNotebook(obj: any): obj is IMatchInNotebook {
4444
typeof obj.parent === 'function' &&
4545
typeof obj.cellParent === 'object' &&
4646
typeof obj.isWebviewMatch === 'function' &&
47-
typeof obj.isReadonly === 'function' &&
4847
typeof obj.cellIndex === 'number' &&
4948
(typeof obj.webviewIndex === 'number' || obj.webviewIndex === undefined) &&
5049
(typeof obj.cell === 'object' || obj.cell === undefined);

0 commit comments

Comments
 (0)