Skip to content
Snippets Groups Projects
Commit c0709d7a authored by Thomas Hackl's avatar Thomas Hackl
Browse files

Resolve "Drag & Drop von Räumen mit sehr langem Namen in Raumgruppen...

Resolve "Drag & Drop von Räumen mit sehr langem Namen in Raumgruppen funktioniert nicht wie erwartet"

Closes #4917

Merge request studip/studip!3691
parent 9faceafb
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,8 @@ STUDIP.domReady(function () { ...@@ -10,7 +10,8 @@ STUDIP.domReady(function () {
}); });
jQuery('.clipboard-area').droppable({ jQuery('.clipboard-area').droppable({
drop: STUDIP.Clipboard.handleItemDrop drop: STUDIP.Clipboard.handleItemDrop,
tolerance: 'pointer'
}); });
jQuery(document).on('click', '.clipboard-edit-button, .clipboard-edit-cancel', function (event) { jQuery(document).on('click', '.clipboard-edit-button, .clipboard-edit-cancel', function (event) {
......
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