PhlexUI / phlex_ui

Ruby gem for Phlex UI Components
https://phlexui.com/
MIT License
115 stars 11 forks source link

Fix clipboard popover rendering #61

Closed cirdes closed 4 days ago

cirdes commented 6 days ago

This pull request fixes a bug in the lib/phlex_ui/clipboard.rb file.

The changes made in this commit address the issue by modifying the success_popover and error_popover methods. Instead of using render Clipboard::Popover.new, the code now uses the new syntax ClipboardPopover to render the popover.