Skip to content

MarkdownEditView.updateBottomPadding method

MarkdownEditView › updateBottomPadding

Unofficial

Update the bottom padding of the CodeMirror contentdom (based on backlinksEl).

Signature:

updateBottomPadding(height: number): void

Parameters:

ParameterTypeDescription
heightnumberThe padding height in pixels.

Returns: void