os-js / osjs-client

OS.js Client Module
https://manual.os-js.org/
Other
31 stars 32 forks source link

Need to have the application be statically set #27

Closed aherreraGH closed 5 years ago

aherreraGH commented 5 years ago

Set the attribute to something like:

attributes: {movable: false}

andersevenrud commented 5 years ago

I've added the moveable attribute (note the e).

Also, I've updated gravity so you can do for example "top-center" (this also works with position, so you don't have to use attributes: {gravity}.

andersevenrud commented 5 years ago

Release now on npm