Skip to content

MarkdownScrollableEditView.updateBottomPadding method

MarkdownScrollableEditView › updateBottomPadding

Unofficial

Update the bottom padding of the CodeMirror contentdom.

Signature:

updateBottomPadding(height: number): void

Parameters:

Parameter Type Description
height number Height of the bottom padding in pixels.

Returns: void