We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abf96f commit a0cadf2Copy full SHA for a0cadf2
client/modules/IDE/components/Sidebar.jsx
@@ -118,6 +118,7 @@ export default function SideBar() {
118
{isAuthenticated && (
119
<li>
120
<button
121
+ onMouseDown={(e) => e.preventDefault()} // prevents triggering the blur event before onClick
122
aria-label={t('Sidebar.UploadFileARIA')}
123
onClick={() => {
124
dispatch(openUploadFileModal(rootFile.id));
0 commit comments