Skip to content

Commit 2dd57ff

Browse files
committed
popconfirm simple: false
1 parent a2f09ce commit 2dd57ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/options/routes/script/ScriptEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ function ScriptEditor() {
261261
const modalResult = await new Promise((resolve) => {
262262
modal.confirm!({
263263
focusLock: false,
264+
simple: false,
264265
closable: true,
265266
title: t("edit_conflict"),
266267
content: t("confirm_override_when_edit_conflict"),

0 commit comments

Comments
 (0)