You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Adrian,
Great job on this extension.
When I got to a page with this extension, it triggers the need for an update when just viewing. On inspection, it's caused because EditorJS updates the 'time' variable within the JSON output.
Yes, indeed. Sometimes the editorjs tends to trigger update even no real update of the content is happened, and it then touch the time only, which is itself is a value change for directus.
I'll try to find what causing this kind of touches.
Hi Adrian,
Great job on this extension.
When I got to a page with this extension, it triggers the need for an update when just viewing. On inspection, it's caused because EditorJS updates the 'time' variable within the JSON output.
{
"time" : 1550476186479,
"blocks" : [],
"version" : "2.8.1"
}
Do you know of a way of disabling this behaviour?
Thanks
Mark
The text was updated successfully, but these errors were encountered: