loleaflet/src/control/Control.StatusBar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c41bb0f40c5b71eda323544f3d246b7053cdf07e Author: gokaysatir <gokaysa...@collabora.com> AuthorDate: Thu Jul 16 12:57:37 2020 +0300 Commit: Aron Budea <aron.bu...@collabora.com> CommitDate: Mon Aug 10 02:11:22 2020 +0200 loleaflet: Status bar quick views don't work. Change-Id: I68253955a97a79f7ccfecff9d3e26cb5e4a2032b Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98888 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Henry Castro <hcas...@collabora.com> (cherry picked from commit bd28756cde488747bac8f2d1e08d100f974468e9) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100355 Reviewed-by: Aron Budea <aron.bu...@collabora.com> diff --git a/loleaflet/src/control/Control.StatusBar.js b/loleaflet/src/control/Control.StatusBar.js index 59f567ad7..e9696243d 100644 --- a/loleaflet/src/control/Control.StatusBar.js +++ b/loleaflet/src/control/Control.StatusBar.js @@ -169,7 +169,7 @@ L.Control.StatusBar = L.Control.extend({ } }; this.map.sendUnoCommand('.uno:StatusBarFunc', command); - }); + }.bind(this)); } else if (id === 'userlist') { this.map.fire('openuserlist'); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits