mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
fix test issue to ensure description is clearable
This commit is contained in:
parent
6a57c99335
commit
a7527e6f88
@ -21,6 +21,7 @@ export const clear = function () {
|
||||
tasks.length = 0;
|
||||
currentSection = '';
|
||||
title = '';
|
||||
description = '';
|
||||
rawTasks.length = 0;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user