The query builder for FCS-QL queries hides the remove buttons for OR/AND query tokens but a mouse click will still remove the entities. This can result in invalid query states.
Using pointer-events: none, mouse interaction (clicks) will be blocked. (The cursor: default will be ignored, so I removed it.)
Supported in most browsers: https://caniuse.com/pointer-events
The query builder for FCS-QL queries hides the remove buttons for OR/AND query tokens but a mouse click will still remove the entities. This can result in invalid query states. Using
pointer-events: none
, mouse interaction (clicks) will be blocked. (Thecursor: default
will be ignored, so I removed it.) Supported in most browsers: https://caniuse.com/pointer-events