mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-07 05:03:26 +08:00
Clear bioEddie molecule on creating new one [SCI-6001] (#3757)
Co-authored-by: Anton <anton@scinote.net>
This commit is contained in:
parent
75f7e67602
commit
478df28689
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ var bioEddieEditor = (function() {
|
|||
open_new: (objectId, objectType, container) => {
|
||||
bioEddieModal.data('object_id', objectId);
|
||||
bioEddieModal.data('object_type', objectType);
|
||||
bioEddieModal.data('molecule', null);
|
||||
bioEddieModal.data('assets_container', container);
|
||||
bioEddieModal.find('.file-name input').val('');
|
||||
bioEddieModal.modal('show');
|
||||
|
|
Loading…
Reference in a new issue