Skip to content

Clicking stops working #2334

@wgmayer0

Description

@wgmayer0

What in my config is causing chrome to ignore any clicking from my mouse? It happens randomly and I just randomly won't be able to click anything but chrome is not frozen because I can use hints still and they function fine. When I refresh the page, everything works again then it will randomly happen again later

settings.smoothScroll = false;
settings.blacklistPattern = /.*ankiuser.*/i;
api.map('H', 'S');
api.map('L', 'D');
api.unmapAllExcept(['f', 'j', 'k', 'h', 'l', 'gi', 'H', 'L', 'yy', 'v', '/', 'n', 'gg', 'G']);
api.unmapAllExcept(['f', 'h', 'l', 'gi', 'H', 'L', 'yy', 'v', '/', 'n', 'gg', 'G'], /.*mail.google.com.*/i);
api.Hints.setCharacters('asfdghjkl');
api.Hints.style(`
  font: bold 12px 'DejaVu Sans', 'DejaVu Sans Mono', 'DejaVu Serif', sans-serif; 
  color: #ffffff;
  padding: 2px;
  background: initial;
  background-color: #000000;
  border: none;
  box-shadow: none
  backdrop-filter: none;
  text-shadow: none;
`);
settings.modeAfterYank = 'Normal'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions