mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
refactored access to options on frontend
This commit is contained in:
@@ -57,13 +57,7 @@ export default class Entrypoints extends Component {
|
||||
});
|
||||
}
|
||||
|
||||
zoomOutListener() {
|
||||
zoomService.decreaseZoomFactor();
|
||||
}
|
||||
|
||||
zoomInListener() {
|
||||
zoomService.increaseZoomFactor();
|
||||
}
|
||||
|
||||
async createNoteIntoDayNoteListener() {
|
||||
const todayNote = await dateNoteService.getTodayNote();
|
||||
|
||||
Reference in New Issue
Block a user