forked from chaosarium/lwt
-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
bugSomething isn't workingSomething isn't workinguxUser Experience could be betterUser Experience could be better
Description
Bug posted by YeYueMX on Discord
Describe the bug
Expressions containing word never display.
To Reproduce
- Create a multi-word
- Click a word in the multi-word
- "Expr:" line do not display
Additional context
When clicking a word this part of code (word_click_event_do_text_text in jq_pgm.js) finds multi-words
const multi_words = Array(7);
for (let i = 0; i < 7; i++) {
multi_words[i] = $(this).attr('data_mw' + (i + 2));
}However, no code inserts a "data_mw{number}". A git blame should show the culprit here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinguxUser Experience could be betterUser Experience could be better