Jens Lincke
Jens Lincke
BUMP BUMP
it would further allow us private directories?
or a POID protocol, now that the service work file system is deprecated
duplicated in #279
problem: when halos are open they do things even if they don't have the focus
halos should stay open as long as not actively click on the background or pressing ESC or something so they can be used to see where the target is etc...
idea: use motation observer to notice movement problem: movement can also be caused indirectly, e.g. through scrolling the container...
yep, still does not move with target... here is code to test it: ```javascript var stop = false async function move() { lively.moveBy(that, pt(1,0)) if (!stop) { await lively.sleep(100) move()...
