From 1e24be6dd4ed7553cbefdf7d0300cb857f9f2ab8 Mon Sep 17 00:00:00 2001 From: Ilya Daynatovich Date: Wed, 26 Oct 2016 19:17:59 +0300 Subject: [PATCH] Fix editing the name --- modules/UI/videolayout/LocalVideo.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/UI/videolayout/LocalVideo.js b/modules/UI/videolayout/LocalVideo.js index 4c9a44651..f9a621210 100644 --- a/modules/UI/videolayout/LocalVideo.js +++ b/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;