mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-11 13:55:40 -06:00
reset var.
This commit is contained in:
parent
926947bae4
commit
7e60fd9e40
@ -1527,6 +1527,7 @@ function handleTableColumnDragEnd(tabName) {
|
|||||||
$(`[data-column='${columnName}']`).css('order', $(elem).index());
|
$(`[data-column='${columnName}']`).css('order', $(elem).index());
|
||||||
});
|
});
|
||||||
saveUserColumnPreferences(tabName);
|
saveUserColumnPreferences(tabName);
|
||||||
|
tableColumnDragToReorder = undefined;
|
||||||
if (isDragging) {
|
if (isDragging) {
|
||||||
isDragging = false;
|
isDragging = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user