hackerwins / codepair-old

Real-time markdown editor for interviews, meetings and more...
https://codepair.yorkie.dev
Apache License 2.0
90 stars 29 forks source link

support localStorage sync #245

Closed easylogic closed 1 year ago

easylogic commented 1 year ago

What this PR does / why we need it?

Fixes an issue where data stored in local storage was not synchronized when multiple browser tabs were opened with a Codepair URL.

Any background context you want to provide?

The storage event is fired on the window when localStorage changes. It exclude synchronizing tab information because it changes the way the browser syncs.

What are the relevant tickets?

Fixes #

Checklist