Annotations added
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--
|
||||
Description: Main MXPIC EDA canvas UI with React Flow editing, project pages, routing, layout build controls, and inspector panels.
|
||||
Inside functions: fetchIcon, RotatableNode, PortNode, AnchorNode, RightPanel, findComponentPath, loadProject, handleBasicConnection, buildElementNodesFromYaml.
|
||||
Developer : Qin Yue @ 2026
|
||||
Organization : OptiHK Limited
|
||||
-->
|
||||
<html lang="en">
|
||||
|
||||
{% raw %}
|
||||
@@ -5051,7 +5058,7 @@
|
||||
const onDrop = useCallback((event) => {
|
||||
event.preventDefault();
|
||||
const rawData = event.dataTransfer.getData('application/reactflow');
|
||||
console.log("? DROP EVENT: Received raw data ->", rawData);
|
||||
console.log("???DROP EVENT: Received raw data ->", rawData);
|
||||
if (!rawData) return;
|
||||
let parsedData;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user