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
5d554fb2
Commit
5d554fb2
authored
Feb 08, 2017
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE] Fix Bug 33963
parent
20e00054
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
apps/documenteditor/mobile/app/controller/edit/EditParagraph.js
...ocumenteditor/mobile/app/controller/edit/EditParagraph.js
+5
-1
No files found.
apps/documenteditor/mobile/app/controller/edit/EditParagraph.js
View file @
5d554fb2
...
@@ -56,6 +56,7 @@ define([
...
@@ -56,6 +56,7 @@ define([
_paragraphObject
=
undefined
,
_paragraphObject
=
undefined
,
_styles
=
[],
_styles
=
[],
_styleThumbSize
,
_styleThumbSize
,
_styleName
,
metricText
=
Common
.
Utils
.
Metric
.
getCurrentMetricName
();
metricText
=
Common
.
Utils
.
Metric
.
getCurrentMetricName
();
return
{
return
{
...
@@ -164,6 +165,8 @@ define([
...
@@ -164,6 +165,8 @@ define([
if
(
palette
)
{
if
(
palette
)
{
palette
.
select
(
backColor
);
palette
.
select
(
backColor
);
}
}
$
(
'
#paragraph-list input[name=paragraph-style]
'
).
val
([
_styleName
]);
}
}
},
},
...
@@ -324,7 +327,8 @@ define([
...
@@ -324,7 +327,8 @@ define([
},
},
onApiParagraphStyleChange
:
function
(
name
)
{
onApiParagraphStyleChange
:
function
(
name
)
{
$
(
'
#paragraph-list input[name=paragraph-style]
'
).
val
([
name
]);
_styleName
=
name
;
$
(
'
#paragraph-list input[name=paragraph-style]
'
).
val
([
_styleName
]);
}
}
}
}
})(),
DE
.
Controllers
.
EditParagraph
||
{}))
})(),
DE
.
Controllers
.
EditParagraph
||
{}))
...
...
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