From 3f3b3338598088093566d15ec86598cd958ee18a Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 1 Jun 2025 12:26:36 -0600 Subject: [PATCH] File Context Header Update --- Data/Server/WebUI/src/nodes/Automation/Node_Macro_KeyPress.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";