diff --git a/Data/Server/WebUI/src/nodes/Automation/Node_Macro_KeyPress.jsx b/Data/Server/WebUI/src/nodes/Automation/Node_Macro_KeyPress.jsx index 6d9c019..e900cac 100644 --- a/Data/Server/WebUI/src/nodes/Automation/Node_Macro_KeyPress.jsx +++ b/Data/Server/WebUI/src/nodes/Automation/Node_Macro_KeyPress.jsx @@ -1,4 +1,4 @@ -////////// PROJECT FILE SEPARATION LINE ////////// CODE AFTER THIS LINE ARE FROM: /Data/WebUI/src/nodes/Macro Automation/Node_Macro_KeyPress.jsx +////////// PROJECT FILE SEPARATION LINE ////////// CODE AFTER THIS LINE ARE FROM: /Data/WebUI/src/nodes/Automation/Node_Macro_KeyPress.jsx import React, { useState, useRef } from "react"; import { Handle, Position } from "reactflow"; import Keyboard from "react-simple-keyboard";