I'm creating an html template that looks like windown but have problems with the resizers
问题 I'm creating an windown look like template for web but I have a problem with the resizer, the resizer in the bottom right works perfectly but trying to create the top right resizer don't work and I don't know why I have tried everything but it doesn't work. Here's the github https://github.com/alhazacod/windowsxphtmltemplate The JavaScript code: dragru.onmousedown = function(event) { let shiftLeft = event.clientX - wwindow.getBoundingClientRect().left; let shiftTop = event.clientY - wwindow