gpui: Correct the image id in the example image_loading (#30990)
The image id "image-1" already exists so the id should be "image-4" Release Notes: - N/A
This commit is contained in:
parent
315321bf8c
commit
e9c9a8a269
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ impl Render for ImageLoadingExample {
|
||||||
)
|
)
|
||||||
.to_path_buf();
|
.to_path_buf();
|
||||||
img(image_source.clone())
|
img(image_source.clone())
|
||||||
.id("image-1")
|
.id("image-4")
|
||||||
.border_1()
|
.border_1()
|
||||||
.size_12()
|
.size_12()
|
||||||
.with_fallback(|| Self::fallback_element().into_any_element())
|
.with_fallback(|| Self::fallback_element().into_any_element())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue