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
* Fix#164
* Fix#153
* Fix#167
Adding this infinity prop is part of an update we do not have yet (ace
editor) fxmontigny/ng2-ace-editor#11
Used a fix for react I found here: securingsincity/react-ace#29
* Fix#172, #171, #168 using PureComponent
- Call scroll inside ReplInput instead of Repl
- Change components to PureComponents (thereby changing the update
condition)
- Remove throttle for onChange
Lack of unneccasry updates and proper scrolling mechanism fixed#168.
* Format files
* Update tests
* Move overflow to side-content-text
Also fixed a minor issue with padding disappearing, using fit-content.
* Remove text justification for markdown editor
I don't think markdown is justified, and so we shouln't be displaying it
in such a way either.
* Fix always-on scrollbars on X11
* Add overflow-y for card
* Fix side content header height
Also moved the css into the appropriate nested location.
* Format scss
* Bump version number 0.1.2 -> 0.1.3
0 commit comments