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
131f68b4
Commit
131f68b4
authored
Apr 05, 2021
by
Prakhar Agarwal
🎯
Browse files
show sidebar props click
parent
7450a8f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pd_canvas.js
View file @
131f68b4
...
...
@@ -1452,6 +1452,10 @@ function create_popup_menu(name) {
label
:
l
(
"
canvas.menu.props
"
),
click
:
function
()
{
pdgui
.
popup_action
(
name
,
0
);
// show sidebar
$
(
"
#sidebar
"
).
collapse
(
"
show
"
);
$
(
"
#sidebar-col-icon
"
).
removeClass
(
"
rotate
"
);
}
},
open
:
{
...
...
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