Replies: 1 comment 1 reply
-
Try to monkey patch the store method in Assets module editor.Assets.store = () => {} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Implementing a backend for our grapes AssetManager. Having trouble with assets being added to local storage (inbuilt-local or indexeddb plugin).
So AssetManager.add() adds to storage too, is there anyway to disable this? (we never want assets in local storage)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions