This commit is contained in:
blakeross%telocity.com 2002-08-07 03:33:05 +00:00
Родитель acefeeb32c
Коммит 904684f117
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -220,6 +220,8 @@ var dropObserver = {
return;
item.removeAttribute("flex");
if (item.firstChild.getAttribute("flex"))
item.firstChild.setAttribute("flex", item.firstChild.getAttribute("flex"));
item.removeAttribute("width");
item.setAttribute("ondraggesture", "gDraggingFromPalette = false; nsDragAndDrop.startDrag(event, dragObserver);");