mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 09:58:32 +02:00
explain checkFullHeight() due to missleading name
This commit is contained in:
parent
536643ed3b
commit
d3e86acfaa
@ -147,6 +147,9 @@ export default class NoteDetailWidget extends NoteContextAwareWidget {
|
|||||||
this.checkFullHeight();
|
this.checkFullHeight();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* sets full height of container that contains note content for a subset of note-types
|
||||||
|
*/
|
||||||
checkFullHeight() {
|
checkFullHeight() {
|
||||||
// https://github.com/zadam/trilium/issues/2522
|
// https://github.com/zadam/trilium/issues/2522
|
||||||
this.$widget.toggleClass("full-height",
|
this.$widget.toggleClass("full-height",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user