Commit bc00f866 authored by alexey.musinov's avatar alexey.musinov

[mobile] paste image

parent 2074c0f0
......@@ -6010,7 +6010,7 @@ function offline_paste(params) {
}
else if (1 == type)
{
_s.offline_addImageDrawingObject(params[1], {width: params[2], height: params[3]});
_s.offline_addImageDrawingObject([params[1], params[2],params[3]]);
}
else if (2 == type)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment