mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
fix(editor): simple table will disappear when converted from a note to a linked doc (#12482)
fix: https://github.com/toeverything/AFFiNE/issues/12403 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - Improved handling of certain table cell content to prevent potential display or behavior issues when content is missing. - Updated language completeness data for Spanish (Argentina) locale. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -745,7 +745,7 @@ export class TableCell extends SignalWatcher(
|
||||
padding: '8px 12px',
|
||||
})}
|
||||
.yText="${this.text}"
|
||||
.inlineEventSource="${this.topContenteditableElement}"
|
||||
.inlineEventSource="${this.topContenteditableElement ?? nothing}"
|
||||
.attributesSchema="${this.inlineManager?.getSchema()}"
|
||||
.attributeRenderer="${this.inlineManager?.getRenderer()}"
|
||||
.embedChecker="${this.inlineManager?.embedChecker}"
|
||||
|
||||
Reference in New Issue
Block a user