window-manager
window-manager copied to clipboard
Cannot resize windows.
Hi, I'm playing around with the library and noticed that, on the demo site and using an NPM installation, I cannot get the windows to resize with the grab area on the lower right side. The cursor indicator does change.
Thanks!
Thanks for the report. I fixed it in 2.0.4. I was refactoring it recently, and ended up with two Window.resize() functions. It should work now.
Thank you, that fixed it. It looks like it didn't get into the build for NPM. The 'simple-window-manager.es.js' still has both Window.resize() functions and a console.log('hi'). Not trying to be a pest, I would want to know if it were my project. Thank you for your work on this.
Thanks for the feedback. Don't worry, you're not being a pest. I like my libraries to be usable as well :) I redid the build system, and forgot to include the build script in the prepublishonly script. All fixed now in 2.0.5.