Skip to content

Commit a47253b

Browse files
committed
Add area id
1 parent 1b7e1f2 commit a47253b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jderobot-ide-interface",
3-
"version": "0.1.45",
3+
"version": "0.1.46",
44
"main": "dist/main.js",
55
"typings": "dist/index.d.ts",
66
"files": [

src/components/Modals/Modal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ export const ModalInputDropArea = ({
355355
return (
356356
<StyledModalDropArea
357357
ref={areaRef}
358+
id={id + '-area'}
358359
htmlFor={id}
359360
onDragOver={(e) => {
360361
e.preventDefault();

0 commit comments

Comments
 (0)