mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 01:18:44 +02:00
remove obsolete comments
This commit is contained in:
parent
358e8c548c
commit
d2975bbd21
@ -110,9 +110,6 @@ export default class ExcalidrawTypeWidget extends TypeWidget {
|
||||
doRender() {
|
||||
this.$widget = $(TPL);
|
||||
|
||||
// leads to contain: none
|
||||
// https://developer.mozilla.org/en-US/docs/Web/CSS/contain
|
||||
// this.contentSized();
|
||||
this.$widget.toggleClass("full-height", true); // only add
|
||||
this.$render = this.$widget.find('.canvas-note-render');
|
||||
this.renderElement = this.$render.get(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user