This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e48450  [OPENMEETINGS-2600] APointer should be fixed
7e48450 is described below

commit 7e484503a6db52930623321117f6b2c98c421fbe
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Sun Apr 4 20:43:15 2021 +0700

    [OPENMEETINGS-2600] APointer should be fixed
---
 openmeetings-web/src/main/front/wb/src/wb.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openmeetings-web/src/main/front/wb/src/wb.js 
b/openmeetings-web/src/main/front/wb/src/wb.js
index 173a27f..02cb224 100644
--- a/openmeetings-web/src/main/front/wb/src/wb.js
+++ b/openmeetings-web/src/main/front/wb/src/wb.js
@@ -400,7 +400,7 @@ module.exports = class Wb {
                                }
                                switch(o.omType) {
                                        case 'pointer':
-                                               new 
APointer(wb).create(canvases[o.slide], o);
+                                               new 
APointer(this).create(canvases[o.slide], o);
                                                break;
                                        case 'Video':
                                                
Player.create(canvases[o.slide], o, self);
@@ -433,7 +433,7 @@ module.exports = class Wb {
                                const o = _arr[i];
                                switch(o.omType) {
                                        case 'pointer':
-                                               _modifyHandler(new 
APointer(wb).create(canvases[o.slide], o));
+                                               _modifyHandler(new 
APointer(this).create(canvases[o.slide], o));
                                                break;
                                        case 'Video':
                                        {

Reply via email to