Skip to content

Expressions containing word do not display #90

@HugoFara

Description

@HugoFara

Bug posted by YeYueMX on Discord

Describe the bug
Expressions containing word never display.

To Reproduce

  1. Create a multi-word
  2. Click a word in the multi-word
  3. "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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinguxUser Experience could be better

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions