Mercurial Hosting > dad
changeset 23:650773682588 default tip
bug fix
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 09 Jul 2025 17:52:51 -0600 |
parents | 5c19bb185b86 |
children | |
files | src/dad.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dad.js Sun Jun 29 22:12:26 2025 -0600 +++ b/src/dad.js Wed Jul 09 17:52:51 2025 -0600 @@ -118,7 +118,7 @@ dragging.style.left = `${rect.x}px`; dragging.style.top = `${rect.y}px`; dragging.style.width = `${rect.width}px`; - dragging.style.heigh = `${rect.heigh}px`; + dragging.style.height = `${rect.height}px`; original.parentNode.appendChild(dragging); dad.onStart(myEvent(event)); }