mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
mobile layout fixes + fix mobile delete note
This commit is contained in:
@@ -32,8 +32,9 @@ const WIDGET_TPL = `
|
||||
|
||||
class MobileGlobalButtonsWidget extends BasicWidget {
|
||||
doRender() {
|
||||
return this.$widget = $(WIDGET_TPL);
|
||||
this.$widget = $(WIDGET_TPL);
|
||||
this.overflowing();
|
||||
}
|
||||
}
|
||||
|
||||
export default MobileGlobalButtonsWidget;
|
||||
export default MobileGlobalButtonsWidget;
|
||||
|
||||
Reference in New Issue
Block a user