瀏覽代碼

Shows displayname after editing it.

master
damencho 9 年之前
父節點
當前提交
dcb607a586
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      modules/UI/videolayout/LocalVideo.js

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

@@ -65,6 +65,7 @@ LocalVideo.prototype.setDisplayName = function(displayName, key) {
65 65
                 $('#localDisplayName').html(defaultLocalDisplayName);
66 66
             }
67 67
         }
68
+        this.updateView();
68 69
     } else {
69 70
         var editButton = createEditDisplayNameButton();
70 71
 

Loading…
取消
儲存