Tomek Polański
Tomek Polański
When focusing a text field like this:  Pressing `del` button, deletes the image instead of the `-` character
How about showing in README first how kotlin would do it's null mapping, something like this: ``` getCurrentUserId() ?.takeIf { it.isNotEmpty() && it != "Invalid Id" } ?.let { getCurrentUserFromDatabase(it)...
**Description** On the web, we can put the browser into full-screen mode to hide the window's title bar and only show the presentation's content. On the desktop, this is impossible...