Skip to content

MarkdownScrollableEditView.updateBottomPadding method

MarkdownScrollableEditView › updateBottomPadding

Unofficial

Update the bottom padding of the CodeMirror contentdom.

Signature:

updateBottomPadding(height: number): void

Parameters:

ParameterTypeDescription
heightnumberHeight of the bottom padding in pixels.

Returns: void