mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 13:47:57 +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.
|
||||
*/
|
||||
beep: requiresMainThread(function () {
|
||||
// FIXME: popups clear the command line
|
||||
if (options["visualbell"]) {
|
||||
// flash the visual bell
|
||||
let popup = document.getElementById("dactyl-visualbell");
|
||||
|
||||
Reference in New Issue
Block a user