@limetech/lime-elements 37.75.0 → 37.75.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26307,6 +26307,7 @@ const createTriggerPlugin = (triggerCharacters, contentConverter) => {
26307
26307
  return;
26308
26308
  }
26309
26309
  if (!stillHasTrigger(newState, activeTrigger, triggerPosition, triggerText.length)) {
26310
+ stopTrigger();
26310
26311
  return;
26311
26312
  }
26312
26313
  const updatedText = processTransactions(triggerText, transactions, oldState);