Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot resize windows. #14

Open
TaurexBits opened this issue Jul 7, 2020 · 3 comments
Open

Cannot resize windows. #14

TaurexBits opened this issue Jul 7, 2020 · 3 comments

Comments

@TaurexBits
Copy link

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!

@davidfig
Copy link
Owner

davidfig commented Jul 7, 2020

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.

@TaurexBits
Copy link
Author

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.

@davidfig
Copy link
Owner

davidfig commented Jul 8, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants