Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
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
Boris Kocherov
web-apps
Commits
280ba9e1
Commit
280ba9e1
authored
Jul 05, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE] Update plugins.
parent
7c942b59
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
apps/spreadsheeteditor/main/app/controller/LeftMenu.js
apps/spreadsheeteditor/main/app/controller/LeftMenu.js
+3
-3
apps/spreadsheeteditor/main/resources/img/toolbar-menu.png
apps/spreadsheeteditor/main/resources/img/toolbar-menu.png
+0
-0
apps/spreadsheeteditor/main/resources/img/toolbar-menu@2x.png
.../spreadsheeteditor/main/resources/img/toolbar-menu@2x.png
+0
-0
apps/spreadsheeteditor/main/resources/less/leftmenu.less
apps/spreadsheeteditor/main/resources/less/leftmenu.less
+1
-1
No files found.
apps/spreadsheeteditor/main/app/controller/LeftMenu.js
View file @
280ba9e1
...
...
@@ -614,15 +614,15 @@ define([
$
.
fn
.
dropdown
.
Constructor
.
prototype
.
keydown
.
call
(
menu_opened
[
0
],
e
);
return
false
;
}
if
(
this
.
mode
.
canPlugins
&&
this
.
leftMenu
.
panelPlugins
)
{
if
(
this
.
mode
.
canPlugins
&&
this
.
leftMenu
.
panelPlugins
&&
this
.
api
.
isCellEdited
!==
true
)
{
menu_opened
=
this
.
leftMenu
.
panelPlugins
.
$el
.
find
(
'
#menu-plugin-container.open > [data-toggle="dropdown"]
'
);
if
(
menu_opened
.
length
)
{
$
.
fn
.
dropdown
.
Constructor
.
prototype
.
keydown
.
call
(
menu_opened
[
0
],
e
);
return
false
;
}
}
if
(
this
.
leftMenu
.
btnFile
.
pressed
||
this
.
leftMenu
.
btnAbout
.
pressed
||
this
.
leftMenu
.
btnPlugins
.
pressed
||
$
(
e
.
target
).
parents
(
'
#left-menu
'
).
length
&&
this
.
api
.
isCellEdited
!==
true
)
{
if
(
this
.
leftMenu
.
btnFile
.
pressed
||
this
.
leftMenu
.
btnAbout
.
pressed
||
(
$
(
e
.
target
).
parents
(
'
#left-menu
'
).
length
||
this
.
leftMenu
.
btnPlugins
.
pressed
)
&&
this
.
api
.
isCellEdited
!==
true
)
{
this
.
leftMenu
.
close
();
Common
.
NotificationCenter
.
trigger
(
'
layout:changed
'
,
'
leftmenu
'
);
return
false
;
...
...
apps/spreadsheeteditor/main/resources/img/toolbar-menu.png
View replaced file @
7c942b59
View file @
280ba9e1
13.1 KB
|
W:
|
H:
13.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
apps/spreadsheeteditor/main/resources/img/toolbar-menu@2x.png
View replaced file @
7c942b59
View file @
280ba9e1
33.4 KB
|
W:
|
H:
33.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
apps/spreadsheeteditor/main/resources/less/leftmenu.less
View file @
280ba9e1
...
...
@@ -14,7 +14,7 @@
.toolbar-btn-icon(btn-menu-chat, 59, @toolbar-icon-size);
.toolbar-btn-icon(btn-menu-about, 58, @toolbar-icon-size);
.toolbar-btn-icon(btn-menu-support, 75, @toolbar-icon-size);
.toolbar-btn-icon(btn-menu-plugin,
75
, @toolbar-icon-size);
.toolbar-btn-icon(btn-menu-plugin,
81
, @toolbar-icon-size);
button.notify .btn-menu-chat,
button.notify.over > .btn-menu-chat {background-position: -0*@toolbar-icon-size -60*@toolbar-icon-size;}
...
...
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