AutarkLabs / open-enterprise

A suite of apps that includes allocation, dot voting, issue curation, and other planning tools so organizations can collectively budget and design custom reward & bounty systems.
GNU General Public License v3.0
92 stars 54 forks source link

About app: side panel opening without animation #1854

Closed e18r closed 4 years ago

e18r commented 4 years ago

In the About app, the side panel opens immediately without the sliding animation.

This is caused by the onCodeMirrorInit function passed to the CodeMirror component in app/src/shared/components/MarkdownEditor.js: Screenshot from 2020-01-08 14-14-59

Bring the side panel opening animation back.

stellarmagnet commented 4 years ago

This seems resolved