mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
drag all selected notes instead of just one
This commit is contained in:
@@ -1,20 +1,19 @@
|
||||
<div id="note-detail-relation-map" class="note-detail-component">
|
||||
<button id="relation-map-add-child-notes" class="btn" type="button"
|
||||
title="Add all child notes of this relation map note">Add child notes</button>
|
||||
<button id="relation-map-create-child-note" class="btn btn-sm" type="button"
|
||||
title="Create new child note and add it into this relation map">
|
||||
<span class="jam jam-plus"></span>
|
||||
|
||||
|
||||
|
||||
<button id="relation-map-create-child-note" class="btn" type="button"
|
||||
title="Create new child note and add it into this relation map">Create child note</button>
|
||||
Create child note
|
||||
</button>
|
||||
|
||||
<div class="btn-group" style="float: right; padding-right: 20px;">
|
||||
<button type="button"
|
||||
class="btn icon-button jam jam-plus"
|
||||
class="btn icon-button jam jam-search-plus"
|
||||
title="Zoom In"
|
||||
id="relation-map-zoom-in"></button>
|
||||
|
||||
<button type="button"
|
||||
class="btn icon-button jam jam-minus"
|
||||
class="btn icon-button jam jam-search-minus"
|
||||
title="Zoom Out"
|
||||
id="relation-map-zoom-out"></button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user