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 1b7e1f2 commit a47253bCopy full SHA for a47253b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.1.45",
+ "version": "0.1.46",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/Modals/Modal.tsx
@@ -355,6 +355,7 @@ export const ModalInputDropArea = ({
355
return (
356
<StyledModalDropArea
357
ref={areaRef}
358
+ id={id + '-area'}
359
htmlFor={id}
360
onDragOver={(e) => {
361
e.preventDefault();
0 commit comments