react_hsbc_teller 1.3.5 → 1.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react_hsbc_teller",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "React",
5
5
  "private": false,
6
6
  "main": "lib/hsbc.js",
@@ -3993,7 +3993,7 @@ class Video extends Component {
3993
3993
  const top = document.getElementById("whiteboardDIV").getBoundingClientRect().top
3994
3994
  const bottom = document.getElementById("whiteboardDIV").getBoundingClientRect().bottom
3995
3995
  const width = (right - left)* window.screen.width / document.body.clientWidth
3996
- const height = ((bottom - top)* window.screen.width / document.body.clientWidth)
3996
+ const height = ((bottom - top)* window.screen.width / document.body.clientWidth) - 50
3997
3997
  const x = left * window.screen.width / document.body.clientWidth
3998
3998
  const y = top* window.screen.width / document.body.clientWidth
3999
3999
  canvas.width = 1280;