project-error / fivem-react-boilerplate-lua

Basic Lua & React (TypeScript) boilerplate for FiveM

Home Page:https://projecterror.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Css hover elements with delay

FelipeLiraDev opened this issue · comments

All elements with hover selector has a delay to disappear from screen

To Reproduce

Steps to reproduce the behavior:

  1. Create any element with hover selector on css
  2. Press esc or backspace

I changed the visibility provider method to close the ui and worked fine

Can you share your solution for this problem?