This commit is contained in:
Yehyoung Kang 2022-06-15 23:14:06 +09:00 committed by GitHub
parent 0e2a5d3c22
commit 0e541c9f50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ impl TextStyle {
}
pub fn optional_new(_i: Option<ITextStyle>) -> TextStyle {
// parse JsValueo
// parse JsValue
TextStyle::default()
}
}