MarkdownScrollableEditView.updateBottomPadding method
MarkdownScrollableEditView › updateBottomPadding
Unofficial
Update the bottom padding of the CodeMirror contentdom.Signature:
updateBottomPadding(height: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| height | number | Height of the bottom padding in pixels. |
Returns: void