Skip to content

Commit

Permalink
Merge pull request #7012 from flaviogrossi/fix_vrecord_dialog_position
Browse files Browse the repository at this point in the history
[FIX] video message recording dialog is shown in an incorrect position
  • Loading branch information
engelgabriel authored May 18, 2017
2 parents 57b54ea + ab0cc87 commit 58ac277
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/rocketchat-ui-vrecord/client/VRecDialog.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export const VRecDialog = new class {
static initClass() {
this.prototype.opened = false;
this.prototype.initiated = false;
this.prototype.width = 400;
this.prototype.height = 280;
constructor() {
this.opened = false;
this.initiated = false;
this.width = 400;
this.height = 280;
}

init() {
Expand Down

0 comments on commit 58ac277

Please sign in to comment.