mirror of
https://github.com/zadam/trilium.git
synced 2025-02-01 03:50:55 +08:00
remove obsolete comments
This commit is contained in:
parent
358e8c548c
commit
d2975bbd21
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue