Kasper
Kasper
@wohali Then I'll pass for now because it seemed a bit difficult to get all of the dependencies
Yes, here's a reproduction repo: https://github.com/probablykasper/portal-removechild-bug
Thanks, that does work! Weird how that would fix it though, it's just the same code but using an external component, right?
Why have the feature if it doesn't work?
Well there is no transition
@michelelacorte Well it does not make sense. If I choose the page indicator to be a line, I don't expect that to also mean "make the drawer icon visible"...
@michelelacorte I want the arrow without page indicators
JavaScript is another language that lets you declare variables without any keyword. This would be a nice consistent way to differentiate mutability: ``` // variables x = value; x mut...
In browser keyboard events, it works like this - `=` -> `{ e.key: "=", e.code: "Equal" }` - `⇧=` -> `{ e.key: "+", e.code: "Equal" }`
> Can't you just use `CmdOrCtrl+Shift+=`? Not if you want to match the behavior of Safari, TextEdit etc. On my Norwegian keyboard, `+` and `=` are on different keys.