openclaw/apps/shared/OpenClawKit/Sources/OpenClawChatUI
J. Tyler Bittner 00951dc9f9
fix(macOS): enable undo/redo in webchat composer text input (#34962)
* fix(macOS): enable undo/redo in webchat composer text input

Set `allowsUndo = true` on ChatComposerNSTextView in makeNSView().
NSTextView defaults allowsUndo to false, which prevented Cmd+Z and
the Edit menu Undo/Redo items from functioning.

Fixes #34898

* fix(macos): enable webchat composer undo/redo (#34962) (thanks @tylerbittner)

---------

Co-authored-by: Nimrod Gutman <nimrod.gutman@gmail.com>
2026-04-17 10:07:20 +03:00
..
AssistantTextParser.swift
ChatComposer.swift fix(macOS): enable undo/redo in webchat composer text input (#34962) 2026-04-17 10:07:20 +03:00
ChatMarkdownPreprocessor.swift
ChatMarkdownRenderer.swift
ChatMessageViews.swift
ChatModels.swift
ChatPayloadDecoding.swift
ChatSessions.swift
ChatSheets.swift
ChatTheme.swift
ChatTransport.swift Webchat: handle bare /compact as session compaction 2026-03-24 10:58:09 -07:00
ChatView.swift
ChatViewModel.swift fix: allow compact retry after failed session compaction (#53875) 2026-03-24 11:23:42 -07:00
ToolResultTextFormatter.swift