Fix editing the name

pull/1071/head
Ilya Daynatovich 8 years ago committed by damencho
parent 8d80e13e31
commit 1e24be6dd4
  1. 1
      modules/UI/videolayout/LocalVideo.js

@ -103,7 +103,6 @@ LocalVideo.prototype.setDisplayName = function(displayName) {
APP.translation.translateElement($(editableText));
this.container
.querySelector('.videocontainer__toolbar')
.appendChild(editableText);
var self = this;

Loading…
Cancel
Save