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:

Parameter Type Description
height number The padding height in pixels.

Returns: void