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