mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 15:06:10 +08:00
[DE][DE mobile] Fix Bug 48042
This commit is contained in:
@ -474,6 +474,7 @@ define([
|
||||
}
|
||||
|
||||
result += val;
|
||||
prev = Math.abs(val);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
@ -248,6 +248,7 @@ define([
|
||||
}
|
||||
|
||||
result += val;
|
||||
prev = Math.abs(val);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
@ -456,6 +456,7 @@ define([
|
||||
}
|
||||
|
||||
result += val;
|
||||
prev = Math.abs(val);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user