Prevent accidentally closing tasks in edit mode. (#11686)

This commit is contained in:
alexthomson1
2020-01-11 10:13:39 -07:00
committed by Matteo Pagliazzi
parent f47ccfdb6d
commit 8abf0dd11d

View File

@@ -1,8 +1,8 @@
<template>
<b-modal
id="task-modal"
:no-close-on-esc="showTagsSelect"
:no-close-on-backdrop="showTagsSelect"
:no-close-on-esc="true"
:no-close-on-backdrop="true"
size="sm"
@hidden="onClose()"
@show="handleOpen()"