Order debug JSON and allow elements to be named; copy to clipboard
This commit is contained in:
parent
cbb23a93a6
commit
9f6f27f305
15 changed files with 104 additions and 32 deletions
|
@ -46,6 +46,8 @@ impl super::App for App {
|
|||
fn fonts(&self) -> std::sync::Arc<dyn super::FontSystem> {
|
||||
self.fonts.clone()
|
||||
}
|
||||
|
||||
fn copy(&self, _: &str) {}
|
||||
}
|
||||
|
||||
impl Window {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue