fix reactivity 😭 + visual widget counter
This commit is contained in:
1 parent
6bb6db32a6
commit
74d01d14d4
9 files changed
+119
-47
No files matched your search
+2
-2
@@ -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