Much closer

This commit is contained in:
city-unit
2023-08-29 22:44:09 -04:00
parent 79448f5fe7
commit de5bc45060
3 changed files with 65 additions and 7 deletions

View File

@@ -450,7 +450,7 @@ export function dragElement(elmnt) {
topbar, topbarWidth, topBarFirstX, topBarLastX, topBarLastY, sheldWidth;
var elmntName = elmnt.attr('id');
console.log(`dragElement called for ${elmntName}`);
const elmntNameEscaped = $.escapeSelector(elmntName);
const elmntHeader = $(`#${elmntNameEscaped}header`);