-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed preview showing last focused instead of user hovered while hold…
…ing `Ctrl`; serialize `lastAccessed` along with everything else; and more changes... - Removed old `animation-name` for the CSS for `-tui-list-manual-filter-indicator` - More colors for future theming use - Some more utility functions in `polyfill.js` -- `t_tryParseJSONObject`: try to parse a JSON object, rejecting primitives and invalid JSON -- `t_sanitizeXMLTags`: replace XML brackets with `<` and `>` -- `t_errorToString`: quickly turns a JS error to a pretty string with the error message and the stack trace - Fix issue where holding `Ctrl` while hovering over tabs for a preview will quickly alternate between the correct preview and the last multiselected tab's preview. This was caused by `keydown` events being passed to items even though the event might not have been on an item being hovered over, as indicated by the `-tui-list-hover` class - `verboseValue` getter on `WindowName` for getting a display value containing everything - Serialize `lastAccessed` as well on tabs
- Loading branch information
Showing
5 changed files
with
59 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters