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:
@@ -336,6 +336,11 @@
|
||||
}
|
||||
});
|
||||
|
||||
$('#page-modal').on('hide.bs.modal',function() {
|
||||
// Clear any select ranges that occurred while the modal was open
|
||||
document.getSelection().removeAllRanges();
|
||||
});
|
||||
|
||||
@if(old())
|
||||
editmode();
|
||||
@endif
|
||||
|
Reference in New Issue
Block a user