mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
chore(prettier): fix all files
This commit is contained in:
@@ -11,8 +11,7 @@ export default class ScrollPaddingWidget extends NoteContextAwareWidget {
|
||||
this.$widget = $(TPL);
|
||||
this.contentSized();
|
||||
|
||||
this.$widget.on("click", () =>
|
||||
this.triggerCommand('scrollToEnd', {ntxId: this.ntxId}));
|
||||
this.$widget.on("click", () => this.triggerCommand("scrollToEnd", { ntxId: this.ntxId }));
|
||||
}
|
||||
|
||||
initialRenderCompleteEvent() {
|
||||
|
||||
Reference in New Issue
Block a user