mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 15:47:58 +01:00
Remove a stale comment.
The visualbell popup no longer clears the command-line. --HG-- extra : rebase_source : 0b661f2b1ff98eda15cf531aa060b54a7e8bf600
This commit is contained in:
@@ -124,7 +124,6 @@ const Dactyl = Module("dactyl", {
|
|||||||
* 'visualbell' option.
|
* 'visualbell' option.
|
||||||
*/
|
*/
|
||||||
beep: requiresMainThread(function () {
|
beep: requiresMainThread(function () {
|
||||||
// FIXME: popups clear the command line
|
|
||||||
if (options["visualbell"]) {
|
if (options["visualbell"]) {
|
||||||
// flash the visual bell
|
// flash the visual bell
|
||||||
let popup = document.getElementById("dactyl-visualbell");
|
let popup = document.getElementById("dactyl-visualbell");
|
||||||
|
|||||||
Reference in New Issue
Block a user