Gaëtan Le Gac
Gaëtan Le Gac
+1 . A tabs system is the only missing feature to put Typora on the modern editors podium. So, where are the technical barriers ?
@DutchPete Maybe the dev, indirectly. I don't see any other reason (including bugs and long term pricing strategy) that would explain the non-implementation of a feature long requested by a...
Quick & dirty workaround: ``` import MarqueeComponent from "react-fast-marquee"; export default () => { const Marquee = SERVER ? 'div' : MarqueeComponent; return ( ... ) } ``` `SERVER` is...