mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
Merge branch 'master' of github.com:flynx/ImageGrid
This commit is contained in:
commit
c26ee4e20c
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user