Skip to content
Snippets Groups Projects
Commit 8ee298ff authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

add dialog bindings for canvas dialog

parent 96b0bac3
No related branches found
No related tags found
No related merge requests found
...@@ -667,6 +667,7 @@ function add_events(name) { ...@@ -667,6 +667,7 @@ function add_events(name) {
pdgui.remove_dialogwin(pd_object_callback); pdgui.remove_dialogwin(pd_object_callback);
this.close(true); this.close(true);
}); });
pdgui.dialog_bindings(name);
} }
</script> </script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment