mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-16 18:57:33 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| AnyCodableTests.swift | ||
| AssistantTextParserTests.swift | ||
| BonjourEscapesTests.swift | ||
| CanvasA2UIActionTests.swift | ||
| CanvasA2UITests.swift | ||
| CanvasSnapshotFormatTests.swift | ||
| ChatComposerPasteSupportTests.swift | ||
| ChatComposerTextViewTests.swift | ||
| ChatMarkdownPreprocessorTests.swift | ||
| ChatThemeTests.swift | ||
| ChatViewModelTests.swift | ||
| DeepLinksSecurityTests.swift | ||
| DeviceAuthPayloadTests.swift | ||
| ElevenLabsTTSValidationTests.swift | ||
| GatewayErrorsTests.swift | ||
| GatewayNodeSessionTests.swift | ||
| JPEGTranscoderTests.swift | ||
| TalkConfigContractTests.swift | ||
| TalkConfigParsingTests.swift | ||
| TalkDirectiveTests.swift | ||
| TalkHistoryTimestampTests.swift | ||
| TalkPromptBuilderTests.swift | ||
| TalkSystemSpeechSynthesizerTests.swift | ||
| TestAsyncHelpers.swift | ||
| ToolDisplayRegistryTests.swift | ||
| ToolResultTextFormatterTests.swift | ||