mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fix history navigation
This commit is contained in:
parent
eee75bd2e8
commit
48b1aece4d
@ -124,7 +124,7 @@ async function switchToTab(tabId, notePath) {
|
|||||||
await tabContext.activate();
|
await tabContext.activate();
|
||||||
|
|
||||||
if (notePath && tabContext.notePath !== notePath) {
|
if (notePath && tabContext.notePath !== notePath) {
|
||||||
await loadNoteDetail(notePath);
|
await treeService.activateNote(notePath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
.note-detail-relation-map {
|
.note-detail-relation-map {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.relation-map-wrapper {
|
.relation-map-wrapper {
|
||||||
|
@ -9,9 +9,9 @@
|
|||||||
<button type="button"
|
<button type="button"
|
||||||
class="relation-map-reset-pan-zoom btn icon-button floating-button jam jam-crop"
|
class="relation-map-reset-pan-zoom btn icon-button floating-button jam jam-crop"
|
||||||
title="Reset pan & zoom to initial coordinates and magnification"
|
title="Reset pan & zoom to initial coordinates and magnification"
|
||||||
style="right: 100px;"></button>
|
style="right: 70px;"></button>
|
||||||
|
|
||||||
<div class="btn-group floating-button" style="right: 40px;">
|
<div class="btn-group floating-button" style="right: 10px;">
|
||||||
<button type="button"
|
<button type="button"
|
||||||
class="relation-map-zoom-in btn icon-button jam jam-search-plus"
|
class="relation-map-zoom-in btn icon-button jam jam-search-plus"
|
||||||
title="Zoom In"></button>
|
title="Zoom In"></button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user