Merge branch 'master' of github.com:flynx/ImageGrid

This commit is contained in:
Alex A. Naanou 2019-08-15 17:09:12 +03:00
commit c26ee4e20c

View File

@ -3143,12 +3143,12 @@ var BaseBrowserPrototype = {
// this with selectors... // this with selectors...
// ...a hacky way to do search is: // ...a hacky way to do search is:
// s = dialog.search(..) // s = dialog.search(..)
// dialog.render({ // dialog
// filter: e => s.includes(e) // .render({
// }) // filter: e => s.includes(e) })
// the downside here is this is only render, control still uses // the downside here is this is only render, control still uses
// the full data... // the full data...
// XXX make partial render be lazy -- i.e. add/remove elements and // XXX make partial render lazy -- i.e. add/remove elements and
// do not reconstruct the ones already present... // do not reconstruct the ones already present...
// XXX should from/to/around/count be a feature of this or of .walk(..)??? // XXX should from/to/around/count be a feature of this or of .walk(..)???
// XXX might be a good idea to use this.root === this instead of context.root === this // XXX might be a good idea to use this.root === this instead of context.root === this