@luma.gl/webgl 9.1.0-beta.7 → 9.1.0-beta.8
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.
- package/dist/adapter/webgl-canvas-context.d.ts.map +1 -1
- package/dist/adapter/webgl-canvas-context.js +0 -3
- package/dist/adapter/webgl-canvas-context.js.map +1 -1
- package/dist/dist.dev.js +0 -3
- package/dist/dist.min.js +2 -2
- package/dist/index.cjs +0 -3
- package/dist/index.cjs.map +2 -2
- package/package.json +3 -3
- package/src/adapter/webgl-canvas-context.ts +0 -4
package/dist/index.cjs
CHANGED
|
@@ -1477,9 +1477,6 @@ var WebGLCanvasContext = class extends import_core5.CanvasContext {
|
|
|
1477
1477
|
resize(options) {
|
|
1478
1478
|
if (!this.device.gl)
|
|
1479
1479
|
return;
|
|
1480
|
-
if (this.props.autoResize) {
|
|
1481
|
-
return;
|
|
1482
|
-
}
|
|
1483
1480
|
if (this.canvas) {
|
|
1484
1481
|
const devicePixelRatio = this.getDevicePixelRatio(options == null ? void 0 : options.useDevicePixels);
|
|
1485
1482
|
this._setDevicePixelRatio(devicePixelRatio, options);
|