mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-24 17:59:39 +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;
|
||||
currentSection = '';
|
||||
title = '';
|
||||
description = '';
|
||||
rawTasks.length = 0;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user