Ghost/ghost/admin/app/components/multi-list
Simon Backx f8d0b56c2c Fixed CMD+TAB not firing keyup in post multi selection
refs https://github.com/TryGhost/Team/issues/2677

When doing CMD+TAB, then CMD+TAB+shift, the CMD key got released but both the keyup and blur events weren't called (also focus not).

To fix this, on the next click we'll check the meta, shift and ctrl keys so we can restore the situation.
2023-04-14 09:46:00 +02:00
..
item.hbs Added support for selecting posts 2023-04-05 18:00:08 +02:00
item.js Updated post context menu to take permissions into account 2023-04-11 16:33:39 +02:00
list.hbs Added support for selecting posts 2023-04-05 18:00:08 +02:00
list.js Fixed CMD+TAB not firing keyup in post multi selection 2023-04-14 09:46:00 +02:00