提交 e2875277 编写于 作者: R rebornix

remove unused variable

上级 30b04749
......@@ -211,7 +211,7 @@ export class NotebookEditor extends BaseEditor implements NotebookHandler {
this.webview!.element.style.top = `${scrollTop}px`;
let updateItems: { top: number, id: string }[] = [];
const date = new Date();
// const date = new Date();
this.webview?.mapping.forEach((item) => {
let index = this.model!.getNotebook().cells.indexOf(item.cell.cell);
let top = this.list?.getElementTop(index) || 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册