Class & id transfer when node swapping

This commit is contained in:
2020-04-21 15:14:04 +02:00
parent 93eea321a8
commit 7e679e3cc3
2 changed files with 8 additions and 2 deletions

View File

@@ -21,10 +21,10 @@
</script>
</head>
<body>
<script type="orep/canvas">
<script type="orep/canvas" class="test" id="render">
size = 400x300
</script>
<script type="orep/canvas">
<script type="orep/canvas" class="test abc" id="stats">
size = 600x450
</script>
</body>