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
ec93cfc4
Commit
ec93cfc4
authored
Apr 10, 2021
by
Jonathan Wilkes
Browse files
Merge branch 'prakhar/purr-data-show_side_prop' into emscripten
parents
45aeb933
131f68b4
Pipeline
#3503
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pd_canvas.js
View file @
ec93cfc4
...
...
@@ -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