documentor; extras/html: (#440, #866) Selection/Cut/Copy/Paste/Delete/Replace
[sdk] / extras / html / tables.ec
index 8eec2e6..d1cdc37 100644 (file)
@@ -851,6 +851,7 @@ static void RenderCell(HTMLView browser, Surface surface, Block cell, int cellX,
    {
       y += row.h - cell.h;
    }
+   browser.isSelected = false;
 
    // Render whole cell
    while(block && table)