AAGaming00 / rich-quotes

MIT License
9 stars 3 forks source link

Make embed type toggles in settings collapse #44

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

Make embed type toggles in settings collapse

https://github.com/AAGaming00/rich-quotes/blob/9d49e5aecad694f32a1f2e8a6921fb17836fa50d/components/Settings.jsx#L61


  componentDidUpdate () {
    setTimeout(() => document.getElementById('owo-6').scrollIntoViewIfNeeded(), 100);
  }

  render () {
    const { getSetting } = this.props;

    return ( // @todo Make embed type toggles in settings collapse
      <div>
        <FormTitle>Preview</FormTitle>

631d0b1c0f72b04f56ff71599cbffe3eb6a785ea