mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 20:51:57 +00:00
Append missing = sign
This commit is contained in:
parent
ef7726af37
commit
f9f8a3f70c
@ -82,7 +82,7 @@ export class WebideComponent implements OnInit {
|
||||
}
|
||||
|
||||
readHandler(data: SourceCode) {
|
||||
if (this.codeState == 'SAVED') {
|
||||
if (this.codeState === 'SAVED') {
|
||||
this.updateFileData(data);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user