完善撤回逻辑
This commit is contained in:
@@ -28,8 +28,7 @@ export class DOBlock {
|
||||
}
|
||||
public set_show(show: number): void {
|
||||
this.data.show = show
|
||||
if (show == this.get_correct())
|
||||
this.checked = true
|
||||
this.checked = show == this.get_correct()
|
||||
StorageManager.getInstance().onChanged()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user