Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Those who spend (in Allah's cause) in prosperity and in adversity, wh…
Browse files Browse the repository at this point in the history
…o repress anger and who pardon men, verily, Allah loves Al-muhsinoon (all good doers).
  • Loading branch information
raisfeld-ori committed Mar 27, 2024
1 parent ad39d18 commit ffa5d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/main_page/main_page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function MainPage() {
const terminal = desktop_app("Terminal", terminald, () => {});
const [menu, set_menu] = useState(false);
return (
<div id='background' onContextMenu={e => {e.preventDefault();}}>
<div id='background' onContextMenu={e => {e.preventDefault();}} onClick={() => {if (menu) {set_menu(false)}}}>
{ctx_menu}
{app}
<Grid apps={[explorer_app, not_example_app, terminal]} gridSize={50} margin={120} />
Expand Down

0 comments on commit ffa5d72

Please sign in to comment.