When opening the export modal, limit selection to inside the modal. Generally when opening modals disable selection.
When selecting a DN on a DN fragment, autoselect the whole DN.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
<div id="entry_export"></div>
|
||||
<div id="entry_export" style="user-select: text;"></div>
|
||||
</div>
|
||||
|
||||
<div class="modal-footer">
|
||||
|
Reference in New Issue
Block a user