ka-extension / ka-extension-ts

A browser extension for Khan Academy.
MIT License
19 stars 11 forks source link

Fixed saving new scratchpads to localStorage #262

Closed vExcess closed 1 year ago

vExcess commented 1 year ago

Updated to

I don't think we need to worry about naming collisions with KA because the extension is storing the same data. Using the same key prevents us from storing duplicate data and wasting memory.

EthanLuisMcDonough commented 1 year ago

Works well on my end. Thanks for the PR.