SolidOS/solid-logic

modification of containment triples are possible in source-pane

bourgeoa opened this issue · 0 comments

@timbl
As can be seen on the last line st:size 409, 4096. is wrong
This is the result of :

  • edit container representation in source-pane
  • reload of the page

My understanding is that on container representation the source-pane is called using solid-logic load() that is doing a add to the store and not use cache if exists.
There may be 2 different problems :

  • load() is actually adding to the store and not using the store as a cache ?
  • At least when a container representation is displayed with source-pane it should be refreshed when reloaded ?.

image