Explorar el Código

设置属性

tags/1.6.1
Caven Chen hace 5 años
padre
commit
10ebed1416
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/core/option/ViewerOption.js

+ 2
- 2
src/core/option/ViewerOption.js Ver fichero

@@ -2,7 +2,7 @@
* @Author: Caven
* @Date: 2019-12-30 09:24:37
* @Last Modified by: Caven
* @Last Modified time: 2020-05-11 22:06:50
* @Last Modified time: 2020-05-19 21:57:48
*/

const { Cesium } = DC.Namespace
@@ -33,7 +33,7 @@ class ViewerOption {
}

_setCanvasOption() {
options.tabIndex &&
this._options.tabIndex &&
this._viewer.scene.canvas.setAttribute('tabIndex', this._options.tabIndex)
return this
}

Cargando…
Cancelar
Guardar