MENZ#91325 Werkplekken aanklikken werkt niet goed

svn path=/Website/branches/v2025.4/; revision=70815
This commit is contained in:
Jos Groot Lipman
2025-11-04 15:22:22 +00:00
parent 4bb1f23f31
commit c74d95f7d5

View File

@@ -595,8 +595,8 @@ function myIMGProcessor(IMGHandle)
// Vertaal dat zo mogelijk naar alg_ruimte_key dan wel ins_deel_key
function myFindKeys(SlnkEvent)
{
if (SlnkEvent.TextLabel != "" && SlnkEvent.TextLayer == "SLNK Labels")
{ // Precies op ruimte label geklikt negeren we
if (SlnkEvent.TextLabel != "" && (SlnkEvent.TextLayer == "SLNK Labels" || SlnkEvent.TextLayer == "SLNK Symbols"))
{ // Precies op ruimte of object label geklikt negeren we
SlnkEvent.TextLabel = "";
SlnkEvent.TextLayer = "";
}