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