提交
This commit is contained in:
@ -238,6 +238,7 @@ class BaseTerrain extends BaseSource {
|
||||
* @param state=false {boolean} 状态: true打开, false关闭
|
||||
*/
|
||||
async edit(state = false) {
|
||||
return
|
||||
this.originalOptions = this.deepCopyObj(this.options)
|
||||
if (this._DialogObject && this._DialogObject.close) {
|
||||
this._DialogObject.close()
|
||||
@ -287,6 +288,11 @@ class BaseTerrain extends BaseSource {
|
||||
this._elms.name = [nameElm]
|
||||
}
|
||||
|
||||
reset() {
|
||||
this.options = this.deepCopyObj(this.originalOptions)
|
||||
this.name = this.options.name
|
||||
}
|
||||
|
||||
flicker() { }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user