Skip to content

Commit 6b92c1a

Browse files
authored
workspace: Fix broken main build after zed-industries#43518 (zed-industries#43570)
*cough* merge queue *cough* Release Notes: - N/A
1 parent 1a23115 commit 6b92c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/workspace/src/notifications.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ pub mod simple_message_notification {
789789
.track_scroll(&self.scroll_handle.clone())
790790
.child((self.build_content)(window, cx)),
791791
)
792-
.vertical_scrollbar_for(self.scroll_handle.clone(), window, cx),
792+
.vertical_scrollbar_for(&self.scroll_handle, window, cx),
793793
)
794794
.show_close_button(self.show_close_button)
795795
.show_suppress_button(self.show_suppress_button)

0 commit comments

Comments
 (0)