浏览代码

Fix editing the name

master
Ilya Daynatovich 8 年前
父节点
当前提交
1e24be6dd4
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      modules/UI/videolayout/LocalVideo.js

+ 0
- 1
modules/UI/videolayout/LocalVideo.js 查看文件

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

正在加载...
取消
保存