-
-
Notifications
You must be signed in to change notification settings - Fork 55
Description
What is happening?
all of a sudden, no update, no intentional change in host, I can't seem to type colon and backslash.
Every other character works.
Host recognizes the characters.
Operating system/browser name & version:
Ubuntu 22.04 , Asus K6500ZE,
uname -a
Linux BB-8 5.19.17-051917-generic #202210240939 SMP PREEMPT_DYNAMIC Mon Oct 24 09:43:01 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Also tested on a ubuntu 20.04
notion-enhancer and/or notion-repackaged version:
notion-app-enhanced/unknown,now 2.0.18-1 amd64 [installed]
notion-enhancer configuration (enabled/disabled mods and their settings):
I used the default guide here.
I set dark mode.
I disabled spellcheck.
It was working flawlessly, never had an issue with it.
tried so far:
- copy & paste colon or blackslash works.
- reinstalling didn't help. Same happens with notion-app-enhanced and notion-app.
- log in and out.
- change keyboard layout
- Try external keyboard
I'll try rolling back
Thanks for any help!
Edit by @dragonwocky: This also appears to affect copying/pasting with CTRL + C/CTRL + V. Notion is using the Array.at()
method which is a newer JavaScript feature that isn't present in the current distribution of notion-repackaged. @dario-99 has detailed how to add a polyfill to the app to fix this below (thanks!) - #112 (comment).