Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
481dabd9
Commit
481dabd9
authored
Mar 21, 2018
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reverted blur listener
parent
a738d381
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
39 deletions
+40
-39
app/assets/javascripts/ide/components/new_dropdown/index.vue
app/assets/javascripts/ide/components/new_dropdown/index.vue
+40
-39
No files found.
app/assets/javascripts/ide/components/new_dropdown/index.vue
View file @
481dabd9
<
script
>
<
script
>
import
{
mapActions
}
from
'
vuex
'
;
import
{
mapActions
}
from
'
vuex
'
;
import
icon
from
'
~/vue_shared/components/icon.vue
'
;
import
icon
from
'
~/vue_shared/components/icon.vue
'
;
import
newModal
from
'
./modal.vue
'
;
import
newModal
from
'
./modal.vue
'
;
import
upload
from
'
./upload.vue
'
;
import
upload
from
'
./upload.vue
'
;
export
default
{
export
default
{
components
:
{
components
:
{
icon
,
icon
,
newModal
,
newModal
,
...
@@ -28,7 +28,9 @@ export default {
...
@@ -28,7 +28,9 @@ export default {
};
};
},
},
methods
:
{
methods
:
{
...
mapActions
([
'
createTempEntry
'
]),
...
mapActions
([
'
createTempEntry
'
,
]),
createNewItem
(
type
)
{
createNewItem
(
type
)
{
this
.
modalType
=
type
;
this
.
modalType
=
type
;
this
.
openModal
=
true
;
this
.
openModal
=
true
;
...
@@ -41,7 +43,7 @@ export default {
...
@@ -41,7 +43,7 @@ export default {
this
.
dropdownOpen
=
!
this
.
dropdownOpen
;
this
.
dropdownOpen
=
!
this
.
dropdownOpen
;
},
},
},
},
};
};
</
script
>
</
script
>
<
template
>
<
template
>
...
@@ -57,7 +59,6 @@ export default {
...
@@ -57,7 +59,6 @@ export default {
class=
"btn btn-sm btn-default dropdown-toggle add-to-tree"
class=
"btn btn-sm btn-default dropdown-toggle add-to-tree"
aria-label=
"Create new file or directory"
aria-label=
"Create new file or directory"
@
click.stop=
"openDropdown()"
@
click.stop=
"openDropdown()"
@
blur=
"openDropdown"
>
>
<icon
<icon
name=
"plus"
name=
"plus"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment