Bug 1304178 - Remove the context menu in new webconsole frontend;r=linclark

MozReview-Commit-ID: 2lTpxlAkuvM
This commit is contained in:
Brian Grinstead 2016-10-04 11:32:52 -07:00
Родитель 4ce9f8b178
Коммит 4c4c6f2a4d
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -581,7 +581,9 @@ WebConsoleFrame.prototype = {
if (this.NEW_CONSOLE_OUTPUT_ENABLED) {
// @TODO Remove this once JSTerm is handled with React/Redux.
this.window.jsterm = this.jsterm;
console.log("Entering experimental mode for console frontend");
// Remove context menu for now (see Bug 1307239).
this.outputWrapper.removeAttribute("context");
// XXX: We should actually stop output from happening on old output
// panel, but for now let's just hide it.