Only close ExamineLogModal when clicked outside
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
9fb5d34118
commit
a82373b856
@ -83,7 +83,7 @@ export default {
|
||||
params.api.sizeColumnsToFit()
|
||||
},
|
||||
close (e) {
|
||||
if (e.target.className !== "ag-cell-value") {
|
||||
if (e.target.className === "v-overlay__scrim") {
|
||||
this.closeModal()
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user