mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Fixed example.
This commit is contained in:
parent
38f5231cd2
commit
bdb9ea160e
@ -2032,7 +2032,6 @@ stretchyman.update = (canvas, delta, skeleton, state) => {
|
|||||||
<spine-overlay
|
<spine-overlay
|
||||||
overlay-id="popup"
|
overlay-id="popup"
|
||||||
scrollable
|
scrollable
|
||||||
scrollable-tweak-off
|
|
||||||
></spine-overlay>
|
></spine-overlay>
|
||||||
<spine-widget
|
<spine-widget
|
||||||
atlas="../demos/assets/atlas2.atlas"
|
atlas="../demos/assets/atlas2.atlas"
|
||||||
@ -2090,7 +2089,7 @@ stretchyman.update = (canvas, delta, skeleton, state) => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="split-left" style="overflow-y: auto; width: 100px; height: 200px;">
|
<div class="split-left" style="overflow-y: auto; width: 100px; height: 200px; transform: translateZ(0);">
|
||||||
<spine-overlay
|
<spine-overlay
|
||||||
overlay-id="scroll"
|
overlay-id="scroll"
|
||||||
scrollable
|
scrollable
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user