Browse Source

设置属性

tags/1.6.1
Caven Chen 5 years ago
parent
commit
10ebed1416
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/core/option/ViewerOption.js

+ 2
- 2
src/core/option/ViewerOption.js View File

@@ -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
}

Loading…
Cancel
Save