Preparing for an initial release
This commit is contained in:
@@ -7,7 +7,6 @@ export async function togglePreview() {
|
||||
await clientStore.set("enableMarkdownPreview", !currentValue);
|
||||
if (!currentValue) {
|
||||
await invokeFunction("client", "preview");
|
||||
// updateMarkdownPreview();
|
||||
} else {
|
||||
await hideMarkdownPreview();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user