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
Prakhar Agarwal
purr-data
Commits
b27ad529
Commit
b27ad529
authored
Jul 26, 2021
by
Jonathan Wilkes
Browse files
Merge branch 'prakhar/purr-data-fix_shortcut_key' into emscripten
parents
aaf8b923
57924ce5
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pd_canvas.js
View file @
b27ad529
...
...
@@ -495,7 +495,7 @@ var canvas_events = (function() {
},
text_keydown
:
function
(
evt
)
{
if
(
pdgui
.
is_webapp
())
{
// temporary fix
if
(
pdgui
.
cmd_or_ctrl_key
(
evt
)
&&
evt
.
altKey
)
{
if
(
pdgui
.
cmd_or_ctrl_key
(
evt
))
{
return
false
;
}
}
...
...
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