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
ab887b0d
Commit
ab887b0d
authored
Apr 05, 2021
by
Prakhar Agarwal
🎯
Browse files
show sidebar array options click
parent
7450a8f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pd_canvas.js
View file @
ab887b0d
...
...
@@ -2374,6 +2374,9 @@ function load_canvas_menu_actions(name, filename){
update_live_box
();
pdgui
.
pdsend
(
name
,
"
dirty 1
"
);
pdgui
.
pdsend
(
name
,
"
menuarray
"
);
// show sidebar
$
(
"
#sidebar
"
).
collapse
(
"
show
"
);
$
(
"
#sidebar-col-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