mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
🎨 Database table view primary key column cell support [[ bind to a block https://github.com/siyuan-note/siyuan/issues/9983
This commit is contained in:
parent
205e04fba2
commit
50770e3156
1 changed files with 0 additions and 3 deletions
|
|
@ -321,9 +321,6 @@ export const popTextCell = (protyle: IProtyle, cellElements: HTMLElement[], type
|
|||
}
|
||||
if (type === "block") {
|
||||
inputElement.addEventListener("input", (event: InputEvent) => {
|
||||
if (event.isComposing) {
|
||||
return;
|
||||
}
|
||||
if (Constants.BLOCK_HINT_KEYS.includes(inputElement.value.substring(0, 2))) {
|
||||
protyle.toolbar.range = document.createRange();
|
||||
protyle.toolbar.range.selectNodeContents(cellElements[0].lastChild);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue