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
8f6eb44d
Commit
8f6eb44d
authored
Feb 24, 2016
by
Jonathan Wilkes
Browse files
fix
#22
* add a canvas_mouseup call when clicking an empty part of the canvas after editing box text
parent
cab88e0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pd_canvas.js
View file @
8f6eb44d
...
...
@@ -380,7 +380,10 @@ var canvas_events = (function() {
//var fudi_msg = text_to_fudi(textbox().innerText);
//pdgui.pdsend(name, "createobj", fudi_msg);
//pdgui.post("formatted content is " + fudi_msg);
// send a mousedown and mouseup event to Pd to instantiate
// the object
events
.
mousedown
(
evt
);
events
.
mouseup
(
evt
);
canvas_events
.
normal
();
}
evt
.
stopPropagation
();
...
...
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