Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-05-07 18:39:19 +03:00
parent 5e0598b1c1
commit f97fb827ae

View File

@ -486,14 +486,13 @@ object.makeConstructor('VirtualDOMRibbons',
/*********************************************************************/ /*********************************************************************/
// XXX TODO: // XXX TODO:
// - image update (try and avoid external edits and to it in .virtualdom) // - image update (try and avoid external edits and do it in .virtualdom)
// - image size/proportions (single image view)... // - image size/proportions (single image view)...
// - preview update... // - preview update...
// - marking // - marking
// ...use .virtualdom.sync(), now a stray div is created (in
// .updateImage()??)
// - shifting images/ribbons // - shifting images/ribbons
// - use .virtualdom.sync() + shadow animation instead of .ribbons.* // - use .virtualdom.sync() + shadow animation instead of .ribbons.*
// ...the added marker div messes up virtual-dom...
// - would be nice to make this an alternative feature... // - would be nice to make this an alternative feature...
// ...split out ribbon editing into a feature and do two // ...split out ribbon editing into a feature and do two
// implementations, the original and virtualdom... // implementations, the original and virtualdom...