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
7bed3d0a
Commit
7bed3d0a
authored
Jan 24, 2017
by
Maxim Kadushkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE mobile] debug for reader mode
parent
beec096e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
apps/spreadsheeteditor/mobile/app/controller/CellEditor.js
apps/spreadsheeteditor/mobile/app/controller/CellEditor.js
+6
-4
apps/spreadsheeteditor/mobile/app/controller/DocumentHolder.js
...spreadsheeteditor/mobile/app/controller/DocumentHolder.js
+1
-1
No files found.
apps/spreadsheeteditor/mobile/app/controller/CellEditor.js
View file @
7bed3d0a
...
...
@@ -170,10 +170,12 @@ define([
},
onInsertFunction
:
function
()
{
SSE
.
getController
(
'
AddContainer
'
).
showModal
({
panel
:
'
function
'
,
button
:
'
#ce-function
'
});
if
(
this
.
mode
==
'
edit
'
)
{
SSE
.
getController
(
'
AddContainer
'
).
showModal
({
panel
:
'
function
'
,
button
:
'
#ce-function
'
});
}
}
});
});
\ No newline at end of file
apps/spreadsheeteditor/mobile/app/controller/DocumentHolder.js
View file @
7bed3d0a
...
...
@@ -161,7 +161,7 @@ define([
},
onApiShowPopMenu
:
function
(
posX
,
posY
)
{
// if ( !this.permitions.
isEdit ) return;
if
(
!
_
isEdit
)
return
;
if
(
$
(
'
.popover.settings, .popup.settings, .picker-modal.settings, .modal-in
'
).
length
>
0
)
{
return
;
...
...
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