mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix(core): cannot space inside ai panel input (#12167)
### TL;DR fix: cannot space inside ai panel input > CLOSE BS-3428
This commit is contained in:
@@ -52,8 +52,9 @@ export function setupSpaceAIEntry(panel: AffineAIPanelWidget) {
|
||||
event.preventDefault();
|
||||
insertSpace(host);
|
||||
panel.hide();
|
||||
return;
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
const selection = host.selection.find(TextSelection);
|
||||
|
||||
Reference in New Issue
Block a user