Skip to content

Commit

Permalink
Trigger 'cancel' on close window
Browse files Browse the repository at this point in the history
  • Loading branch information
evsar3 committed Aug 26, 2020
1 parent 3bd715d commit 7536320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/PasswordPromptWindow/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<Window :title="`Password for ${conn.user}@${conn.host}`">
<Window :title="`Password for ${conn.user}@${conn.host}`" @close="cancel">
<div class="wrap">
<div class="form-item">
<label>Password</label>
Expand Down

0 comments on commit 7536320

Please sign in to comment.