mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
extensions_ui: Remove commented-out code (#14525)
This PR removes some commented-out code from the `extensions_ui`. Release Notes: - N/A
This commit is contained in:
parent
1818fef32f
commit
da33aac156
@ -762,13 +762,7 @@ impl ExtensionsPage {
|
||||
cx.theme().colors().border
|
||||
};
|
||||
|
||||
h_flex()
|
||||
.w_full()
|
||||
.gap_2()
|
||||
.key_context(key_context)
|
||||
// .capture_action(cx.listener(Self::tab))
|
||||
// .on_action(cx.listener(Self::dismiss))
|
||||
.child(
|
||||
h_flex().w_full().gap_2().key_context(key_context).child(
|
||||
h_flex()
|
||||
.flex_1()
|
||||
.px_2()
|
||||
|
Loading…
Reference in New Issue
Block a user