window-manager icon indicating copy to clipboard operation
window-manager copied to clipboard

Cannot resize windows.

Open TaurexBits opened this issue 5 years ago • 3 comments

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!

TaurexBits avatar Jul 07 '20 19:07 TaurexBits

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.

davidfig avatar Jul 07 '20 23:07 davidfig

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.

TaurexBits avatar Jul 08 '20 14:07 TaurexBits

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.

davidfig avatar Jul 08 '20 22:07 davidfig