Highlighting Element in the tree

Although setting it as follows and worked so far:

    //Highlight element in the tree to show it is important and has special features. This will just paint it orange.
    area.tags = 'major';

… it suddenly stopped doing so. The plugin itself works a treat. Have you got an idea why this could have happened.

Cheers

Thomas

Figured it out by re-arranging the sorting-order within the code.

Cheers

Thomas

1 Like