diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 601782c1..c830cc20 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -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");