Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle None result in DisplayBuffer
Fix an issue where `result` could be None, causing a crash in DisplayBuffer. Added a check to ensure `result` is not None before accessing its values.
- Loading branch information