WIP drag and drop

This commit is contained in:
2021-03-26 23:24:09 +00:00
parent ccbe62c0d9
commit da9cbbe8a5
6 changed files with 605 additions and 83 deletions

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Script graph demo</title>
<script src="DragDropTouch.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-yaml/3.14.0/js-yaml.min.js"></script>
<script src="index.js" type="module" defer></script>
</head>
@@ -22,7 +23,7 @@
white-space: pre-wrap;
}
#graph {
max-width: 400px;
max-width: 600px;
overflow: auto;
}
.code {