abcxyz / jvs

Apache License 2.0
8 stars 0 forks source link

Hint and displayName are not used when the option element is not initially selected #319

Closed dandans-verily closed 1 year ago

dandans-verily commented 1 year ago

Currently Hint and DisplayName are only set when the option element is initially selected (code pointer). This is not correct, they should always be set so the dynamic hint logic in main.js can work properly (https://github.com/abcxyz/jvs/blob/b8efe8d51c8e114f9071b9a880a4ea9cb75b8010/assets/server/static/js/popup/main.js#L32)