mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
optimize initial render
This commit is contained in:
@@ -53,12 +53,6 @@ class BasicWidget extends Component {
|
||||
return this;
|
||||
}
|
||||
|
||||
overflowing() {
|
||||
console.log("Using overflowing() is deprecated NOOP and it is recommended to remove its use.");
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
collapsible() {
|
||||
this.css('min-height', '0');
|
||||
this.css('min-width', '0');
|
||||
|
||||
Reference in New Issue
Block a user