mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-06 04:05:44 +01:00
Closes issue #635.
This commit is contained in:
@@ -152,7 +152,7 @@ var MOW = Module("mow", {
|
|||||||
|
|
||||||
let str = typeof data !== "xml" && data.message || data;
|
let str = typeof data !== "xml" && data.message || data;
|
||||||
if (!silent)
|
if (!silent)
|
||||||
dactyl.triggerObserver("echoMultiline", data, highlightGroup, output);
|
dactyl.triggerObserver("echoMultiline", data, highlightGroup, output[0]);
|
||||||
|
|
||||||
this._timer.tell();
|
this._timer.tell();
|
||||||
if (!this.visible)
|
if (!this.visible)
|
||||||
|
|||||||
Reference in New Issue
Block a user