Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clowdflows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Alain Shakour
clowdflows
Commits
8a2420d3
Commit
8a2420d3
authored
Oct 15, 2015
by
Janez K
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dragging is now a bit more user friendly. multi drag must be done with shift
parent
8c96bffb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
workflows/static/js/new-script.js
workflows/static/js/new-script.js
+3
-2
No files found.
workflows/static/js/new-script.js
View file @
8a2420d3
...
...
@@ -1067,6 +1067,7 @@ function updateWidgetListeners() {
var y = parseInt($(this).css('top'));
var x = parseInt($(this).css('left'));
$(".ui-selected").each(function() {
//get the offset first
var selectedY = parseInt($(this).css('top'));
...
...
@@ -1141,7 +1142,7 @@ function updateWidgetListeners() {
}}
);
$
(
"
.canvas div.widget
"
).
click
(
function
(
e
)
{
$(".canvas div.widget").
mousedown
(function(e) {
selectedWidget = $(this).attr('rel');
if (!(e.ctrlKey || e.metaKey || e.shiftKey))
{
...
...
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