mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6bb254d6a6
commit
720ee5f5bc
@ -4598,7 +4598,10 @@ module.HTMLRenderer = {
|
||||
|
||||
// temporarily "detach" the item from DOM...
|
||||
// NOTE: this will prevent us from overwriting the list dom with
|
||||
// the element...
|
||||
// the element by keeping the changes to .dom / .elem local
|
||||
// to the actual element (not affecting the DOM)...
|
||||
// XXX should we do a stricter detach-change-attach approach to
|
||||
// DOM updates???
|
||||
// XXX HACK: see notes for .elem assignment below and in renderer.elem(..)
|
||||
var old = header.dom
|
||||
if(old){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user