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