Skip to content

Commit

Permalink
Merge pull request #2423 from luniehq/fabo/removed-click-outside
Browse files Browse the repository at this point in the history
Fabo/ removed click outside
  • Loading branch information
faboweb authored Apr 5, 2019
2 parents 6ba92ee + f158682 commit 8c1211d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1,512 deletions.
5 changes: 0 additions & 5 deletions app/src/renderer/components/common/ActionModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
name="slide-fade"
>
<div
v-click-outside="close"
class="action-modal"
>
<div class="action-modal-header">
Expand Down Expand Up @@ -173,7 +172,6 @@
</template>

<script>
import ClickOutside from "vue-click-outside"
import HardwareState from "common/TmHardwareState"
import TmBtn from "common/TmBtn"
import TmField from "common/TmField"
Expand All @@ -194,9 +192,6 @@ const signWithLocalKeystore = `local`
export default {
name: `action-modal`,
directives: {
ClickOutside
},
components: {
HardwareState,
TmBtn,
Expand Down
1 change: 1 addition & 0 deletions changes/fabo_removed-click-outside
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Changed] [#2423](https://github.com/cosmos/lunie/pull/2423) ActionModal doesn't close anymore when clicking outside @faboweb
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
"shortid": "2.2.14",
"timezone-mock": "1.0.4",
"vue": "2.6.10",
"vue-click-outside": "1.0.7",
"vue-clipboard2": "0.3.0",
"vue-directive-tooltip": "1.4.5",
"vue-router": "3.0.2",
Expand Down
Loading

0 comments on commit 8c1211d

Please sign in to comment.