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