Fix rebase mistake
This commit is contained in:
parent
b1b4b563c2
commit
f1dc6124dd
1 changed files with 1 additions and 1 deletions
|
@ -1527,7 +1527,7 @@ impl EditorElement {
|
||||||
|
|
||||||
enum JumpIcon {}
|
enum JumpIcon {}
|
||||||
MouseEventHandler::<JumpIcon, _>::new((*id).into(), cx, |state, _| {
|
MouseEventHandler::<JumpIcon, _>::new((*id).into(), cx, |state, _| {
|
||||||
let style = style.jump_icon.style_for(state, false);
|
let style = style.jump_icon.style_for(state);
|
||||||
Svg::new("icons/arrow_up_right_8.svg")
|
Svg::new("icons/arrow_up_right_8.svg")
|
||||||
.with_color(style.color)
|
.with_color(style.color)
|
||||||
.constrained()
|
.constrained()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue