cognikit 1.0.0 → 1.0.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.
package/public/index.html CHANGED
@@ -778,8 +778,7 @@ laugh:\n type: audio\n url: https://www.soundjay.com/human/sounds/man-laughing-0
778
778
  // Clear any previous state and set up new interaction
779
779
  // The shell now reads everything from interaction.config
780
780
  viewport.setInteraction(interaction);
781
-
782
- currentInteraction = interaction;
781
+ currentInteraction = interaction;
783
782
  closeModal(configModal);
784
783
 
785
784
  console.log('✅ Interaction rendered successfully');