mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 01:18:44 +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();
|
||||
}
|
||||
|
||||
/**
|
||||
* sets full height of container that contains note content for a subset of note-types
|
||||
*/
|
||||
checkFullHeight() {
|
||||
// https://github.com/zadam/trilium/issues/2522
|
||||
this.$widget.toggleClass("full-height",
|
||||
|
Loading…
x
Reference in New Issue
Block a user