zimjs 16.3.9 → 16.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/zim.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zimjs",
3
- "version": "16.3.9",
3
+ "version": "16.4.0",
4
4
  "type": "module",
5
5
  "main": "./src/zim.js",
6
6
  "types": "./ts-src/typings/zim",
package/src/zim.js CHANGED
@@ -65977,7 +65977,7 @@ zim.TextureActivesManager = function(stage, toggleKey, damp) {
65977
65977
  width:200,
65978
65978
  height:80,
65979
65979
  titleBar:"TextureActives",
65980
- // draggable:true,
65980
+ draggable:true,
65981
65981
  close:true
65982
65982
  }).pos(50,50,RIGHT,BOTTOM);
65983
65983
  var slider = this.slider = new zim.Slider({min:0, max:100, damp:true})