mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-07 21:55:20 +08:00
Merge pull request #6410 from artoscinote/ma_SCI_9502
Fix delete all steps modal [SCI-9502]
This commit is contained in:
commit
8d9c64849c
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
|||
export default {
|
||||
name: 'deleteStepsModal',
|
||||
mounted() {
|
||||
// move modal to body to avoid z-index issues
|
||||
$('body').append($(this.$refs.modal));
|
||||
|
||||
$(this.$refs.modal).modal('show');
|
||||
$(this.$refs.modal).on('hidden.bs.modal', () => {
|
||||
this.$emit('close');
|
||||
|
|
Loading…
Add table
Reference in a new issue