Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
a05cee9f
Commit
a05cee9f
authored
Apr 10, 2021
by
Prakhar Agarwal
🎯
Browse files
console shows when find is clicked
parent
7450a8f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/utils/actions.js
View file @
a05cee9f
...
...
@@ -72,6 +72,9 @@ function load_menu_actions(){
text_container
.
style
.
setProperty
(
"
bottom
"
,
"
0px
"
);
find_bar
.
style
.
setProperty
(
"
display
"
,
"
none
"
);
}
// show sidebar
$
(
"
#console_bottom
"
).
collapse
(
"
show
"
);
$
(
"
#open-icon
"
).
removeClass
(
"
rotate
"
);
}
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment