feat(workspace): add debug clear button

This commit is contained in:
zhangchi 2022-07-25 14:57:58 +08:00
parent 92e195446a
commit 4640a3ab1e

View File

@ -40,12 +40,3 @@ export const exportMarkdown = async ({
const htmlContent = await clipboardParse.page2html();
fileExporter.exportMarkdown(title, htmlContent);
};
export const clearWorkspace = async ({
workspaceId,
rootBlockId,
title,
}: ExportHandlerProps) => {
//@ts-ignore
client.inspector().clear();
};