Hade Mohamed

Results 2 issues of Hade Mohamed

### Relevant code or config: ```typescript import React, { useState } from "react"; import { Dropdown, DropdownItem } from "@windmill/react-ui"; interface Props {} const UserDropdown = (props: Props) => {...

### Reproduction: Make a left click on a text inside of the modal and do not release the click. Move the mouse outside the modal, then the modal is closed,...