larsjohnsen
larsjohnsen
- The permission must be granted when opening an (by default non-selftext) expando or using the visited filter. - This may cause an annoying prompt - The `sfwHistory` option is...
This PR removes the Webpack build system, replacing it with the simpler esbuild. The main difference from the webpack setup is how resources are loaded. The build process is initiated...
It seems like the `onChange` function passed in `props` is not invoked when the input element's `change` event is emitted. Instead, it is only invoked on events `touchend` and `mouseup`....