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
b4ded00b
Commit
b4ded00b
authored
Apr 10, 2021
by
Jonathan Wilkes
Browse files
Merge branch 'prakhar/purr-data-show_side_array' into emscripten
parents
ec93cfc4
ab887b0d
Pipeline
#3504
failed with stage
in 102 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pd_canvas.js
View file @
b4ded00b
...
...
@@ -2378,6 +2378,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