mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-10 22:44:11 +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 showSequenceNumbers = () => state.records.sequenceNumbersEnabled;
|
||||||
|
|
||||||
export const setWrap = function (wrapSetting: boolean) {
|
export const setWrap = function (wrapSetting?: boolean) {
|
||||||
state.records.wrapEnabled = wrapSetting;
|
state.records.wrapEnabled = wrapSetting;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user