mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
launcher improvements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import ButtonWidget from "./button_widget.js";
|
||||
import OnClickButtonWidget from "./onclick_button.js";
|
||||
|
||||
export default class ClosePaneButton extends ButtonWidget {
|
||||
export default class ClosePaneButton extends OnClickButtonWidget {
|
||||
isEnabled() {
|
||||
return super.isEnabled()
|
||||
// main note context should not be closeable
|
||||
|
||||
Reference in New Issue
Block a user