fix reactivity 😭 + visual widget counter
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use crate::prelude::*;
|
||||
|
||||
pub struct Text {
|
||||
content: String,
|
||||
attrs: TextAttrs,
|
||||
pub content: String,
|
||||
pub attrs: TextAttrs,
|
||||
}
|
||||
|
||||
impl Text {
|
||||
|
||||
Reference in New Issue
Block a user