djblue / portal

A clojure tool to navigate through your data.

Home Page:https://djblue.github.io/portal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple selection not working in Manjaro

nmkip0 opened this issue · comments

I'm trying to select multiple values by holding ALT and clicking on them, the result is that it just selects the last one I clicked.

This is my system information:

$ uname -a
=> Linux nmkip 5.10.79-1-MANJARO #1 SMP PREEMPT Fri Nov 12 20:26:09 UTC 2021 x86_64 GNU/Linux

This is what is being returned by window.navigator.platform

window.navigator.platform
=> 'Linux x86_64'

I think this problem might be related to #83, will be fixed in the next release since it isn't release yet. Sorry for any confusion.

Great, thanks!