mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Bugfix for workflow editor.
This commit is contained in:
@@ -483,7 +483,8 @@ function prebuild_node( type, title_text, tool_id ) {
|
||||
// zIndex tracking for bring to front
|
||||
zmax = $("#canvas-container").data( "zmax" )
|
||||
if ( ! zmax ) {
|
||||
zmax = 0;
|
||||
// Start above level where connectors are drawn
|
||||
zmax = 20;
|
||||
}
|
||||
f.css( "zIndex", zmax + 1 );
|
||||
$("#canvas-container").data( "zmax", zmax + 1 );
|
||||
|
||||
Reference in New Issue
Block a user