mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-09 05:54:07 +01:00
fix type
This commit is contained in:
@@ -256,7 +256,7 @@ export const disableSequenceNumbers = function () {
|
||||
};
|
||||
export const showSequenceNumbers = () => state.records.sequenceNumbersEnabled;
|
||||
|
||||
export const setWrap = function (wrapSetting: boolean) {
|
||||
export const setWrap = function (wrapSetting?: boolean) {
|
||||
state.records.wrapEnabled = wrapSetting;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user