feat: define tagName & innerText in decision modal
This commit is contained in:
@@ -28,9 +28,11 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP
|
|||||||
pair: WhereWhatPair | null,
|
pair: WhereWhatPair | null,
|
||||||
actionType: string,
|
actionType: string,
|
||||||
selector: string,
|
selector: string,
|
||||||
|
tagName: string,
|
||||||
|
innerText: string,
|
||||||
action: string,
|
action: string,
|
||||||
open: boolean
|
open: boolean
|
||||||
}>({ pair: null, actionType: '', selector: '', action: '', open: false });
|
}>({ pair: null, actionType: '', selector: '', action: '', tagName: '', innerText: '', open: false });
|
||||||
|
|
||||||
const { socket } = useSocketStore();
|
const { socket } = useSocketStore();
|
||||||
const { notify } = useGlobalInfoStore();
|
const { notify } = useGlobalInfoStore();
|
||||||
|
|||||||
Reference in New Issue
Block a user