Skip to content

Commit 0cac021

Browse files
committed
initialize edit (some func already finished)
1 parent cb5b453 commit 0cac021

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/HomeSideDropDownItems/VuexForm.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description:
44
Functionality includes: N/A
55
-->
66

7-
<template>
7+
<template @keyup.enter.native="createNewAction(textAction)">
88
<div class="input-container">
99
<hr />
1010
<!-- ACTION SECTION -->
@@ -31,7 +31,6 @@ Description:
3131
<template>
3232
<div id="action-select">
3333
<multiselect
34-
v-on:keyup.delete.stop
3534
v-model="selectAction"
3635
class="multiselect"
3736
placeholder="Select Action"

0 commit comments

Comments
 (0)