mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-16 02:34:41 +01:00
- Fixed callback argument parsing for empty parentheses: callback() now correctly passes undefined instead of empty string - Fixed tooltip parsing for call patterns: click A call callback() "tooltip" now correctly extracts tooltip - All interaction patterns now work correctly: * click nodeId call functionName(args) - with arguments * click nodeId call functionName() - without arguments * click nodeId call functionName() "tooltip" - with tooltip * click nodeId href "url" - direct links * click nodeId href "url" "tooltip" - links with tooltip - Improved lexer grammar to handle callback arguments as single tokens - All 13 interaction tests now passing (100% success rate)