This commit is contained in:
parent
c0a1e2420b
commit
22ec7796b5
4 changed files with 6 additions and 0 deletions
|
@ -315,6 +315,7 @@ const editKeydown = (app: App, event: KeyboardEvent) => {
|
|||
transaction(protyle, [{
|
||||
action: "insertAttrViewBlock",
|
||||
avID,
|
||||
ignoreFillFilter: true,
|
||||
srcIDs: sourceIds,
|
||||
isDetached: false,
|
||||
blockID: listItemElement.dataset.nodeId
|
||||
|
@ -348,6 +349,7 @@ const editKeydown = (app: App, event: KeyboardEvent) => {
|
|||
transaction(protyle, [{
|
||||
action: "insertAttrViewBlock",
|
||||
avID,
|
||||
ignoreFillFilter: true,
|
||||
srcIDs: sourceIds,
|
||||
isDetached: false,
|
||||
blockID: listItemElement.dataset.blockId
|
||||
|
|
|
@ -821,6 +821,7 @@ export class Gutter {
|
|||
action: "insertAttrViewBlock",
|
||||
avID,
|
||||
srcIDs: sourceIds,
|
||||
ignoreFillFilter: true,
|
||||
isDetached: false,
|
||||
blockID: listItemElement.dataset.blockId
|
||||
}, {
|
||||
|
@ -1283,6 +1284,7 @@ export class Gutter {
|
|||
action: "insertAttrViewBlock",
|
||||
avID,
|
||||
srcIDs: sourceIds,
|
||||
ignoreFillFilter: true,
|
||||
isDetached: false,
|
||||
blockID: listItemElement.dataset.blockId
|
||||
}, {
|
||||
|
|
|
@ -61,6 +61,7 @@ export const openTitleMenu = (protyle: IProtyle, position: IPosition) => {
|
|||
transaction(protyle, [{
|
||||
action: "insertAttrViewBlock",
|
||||
avID,
|
||||
ignoreFillFilter: true,
|
||||
srcIDs: sourceIds,
|
||||
isDetached: false,
|
||||
blockID: listItemElement.dataset.nodeId
|
||||
|
|
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
@ -468,6 +468,7 @@ interface IOperation {
|
|||
retData?: any
|
||||
nextID?: string // insert 专享
|
||||
isDetached?: boolean // insertAttrViewBlock 专享
|
||||
ignoreFillFilter?: boolean // insertAttrViewBlock 专享
|
||||
srcIDs?: string[] // insertAttrViewBlock 专享
|
||||
name?: string // addAttrViewCol 专享
|
||||
type?: TAVCol // addAttrViewCol 专享
|
||||
|
|
Loading…
Add table
Reference in a new issue