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
b303baef
Commit
b303baef
authored
Sep 27, 2017
by
GoshaZotov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct Editor_Paste_Exec function
parent
11066de7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
common/wordcopypaste.js
common/wordcopypaste.js
+2
-2
No files found.
common/wordcopypaste.js
View file @
b303baef
...
...
@@ -1796,7 +1796,7 @@ function Editor_Paste_Exec(api, pastebin, nodeDisplay, onlyBinary, specialPasteP
window
[
'
AscCommon
'
].
g_clipboardBase
.
specialPasteData
.
nodeDisplay
=
nodeDisplay
;
window
[
'
AscCommon
'
].
g_clipboardBase
.
specialPasteData
.
onlyBinary
=
onlyBinary
;
oPasteProcessor
.
Start
(
pastebin
,
nodeDisplay
,
null
,
onlyBinary
,
null
,
text
);
oPasteProcessor
.
Start
(
pastebin
,
nodeDisplay
,
null
,
onlyBinary
,
text
);
}
else
{
...
...
@@ -1805,7 +1805,7 @@ function Editor_Paste_Exec(api, pastebin, nodeDisplay, onlyBinary, specialPasteP
pastebin
=
window
[
'
AscCommon
'
].
g_clipboardBase
.
specialPasteData
.
pastebin
;
nodeDisplay
=
window
[
'
AscCommon
'
].
g_clipboardBase
.
specialPasteData
.
nodeDisplay
;
onlyBinary
=
window
[
'
AscCommon
'
].
g_clipboardBase
.
specialPasteData
.
onlyBinary
;
oPasteProcessor
.
Start
(
pastebin
,
nodeDisplay
,
null
,
onlyBinary
,
specialPasteProps
,
text
);
oPasteProcessor
.
Start
(
pastebin
,
nodeDisplay
,
null
,
onlyBinary
,
text
);
}
}
function
trimString
(
str
){
...
...
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