fix: js error
This commit is contained in:
@ -1413,6 +1413,7 @@ el.style.setProperty('--max-height', height + 'px')
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
;
|
||||
(function() {
|
||||
var el = document.querySelector('.snippet-demo__height-transition__el')
|
||||
var height = el.scrollHeight
|
||||
@ -1635,6 +1636,7 @@ btn.onmousemove = function(e) {
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
;
|
||||
(function() {
|
||||
var btn = document.querySelector('.snippet-demo__mouse-cursor-gradient-tracking')
|
||||
btn.onmousemove = function(e) {
|
||||
|
||||
Reference in New Issue
Block a user