Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
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
sdkjs
Commits
5d61ce3e
Commit
5d61ce3e
authored
Jul 29, 2016
by
alexey.musinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[mobile] fixed selected text
parent
d12a8123
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
common/Native/Wrappers/DrawingDocument.js
common/Native/Wrappers/DrawingDocument.js
+7
-6
No files found.
common/Native/Wrappers/DrawingDocument.js
View file @
5d61ce3e
...
...
@@ -754,6 +754,7 @@ CDrawingDocument.prototype =
TargetStart
:
function
()
{
this
.
Native
[
"
DD_TargetStart
"
]();
this
.
TextMatrix
=
null
;
},
TargetEnd
:
function
()
{
...
...
@@ -777,14 +778,14 @@ CDrawingDocument.prototype =
this
.
TextMatrix
.
sy
=
matrix
.
sy
;
this
.
TextMatrix
.
tx
=
matrix
.
tx
;
this
.
TextMatrix
.
ty
=
matrix
.
ty
;
this
.
Native
[
"
DD_UpdateTargetTransform
"
](
matrix
.
sx
,
matrix
.
shy
,
matrix
.
shx
,
matrix
.
sy
,
matrix
.
tx
,
matrix
.
ty
);
}
else
{
this
.
TextMatrix
=
null
;
this
.
Native
[
"
DD_RemoveTargetTransform
"
]();
}
//
else
//
{
//
this.TextMatrix = null;
//
this.Native["DD_RemoveTargetTransform"]();
//
}
},
UpdateTarget
:
function
(
x
,
y
,
pageIndex
)
{
...
...
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