mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-05 02:28:31 +00:00
4.3.2
* Fixed: Maintain the mouse hover state for chat when moving the mouse over the context menu from an in-line chat action. * Fixed: Do not allow mouse interaction with the notice at the bottom of chat when chat if frozen, ensuring that users can interact with the bottom chat line. * Fixed: Block and Hide Thumbnails buttons not appearing on Directory pages. * API Fixed: `deep_copy()` converting `null` into `{}`. * API Changed: Tooltips can now emit hover events.
This commit is contained in:
parent
21ee6fcfb7
commit
734a73eb0e
9 changed files with 119 additions and 26 deletions
|
@ -151,7 +151,7 @@ ${typeof x[1] === 'string' ? x[1] : JSON.stringify(x[1], null, 4)}`
|
|||
FrankerFaceZ.Logger = Logger;
|
||||
|
||||
const VER = FrankerFaceZ.version_info = {
|
||||
major: 4, minor: 3, revision: 1,
|
||||
major: 4, minor: 3, revision: 2,
|
||||
commit: __git_commit__,
|
||||
build: __webpack_hash__,
|
||||
toString: () =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue