WIP drag and drop
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user