chinchang/screenlog.js

Empty `console.log` calls makes the logging untidy

gnithin opened this issue · 1 comments

Adding empty console.log calls makess the logging untidy.
The problem is that empty tags are being inserted, which is been accounted for in the odd-even check (logEl.children.length % 2 ?)

The solution would be either empty elements need to be logged and the odd-event color match or empty elements being skipped altogther.


selection_002

Adding min-height to the element's css solves the issue.

Update: This issue is fixed and can now be closed.