mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
fix(core): add option to disable middle click paste behavior on linux (#11496)
fix BS-3028
This commit is contained in:
@@ -34,6 +34,8 @@ const AffineEditorSettingSchema = z.object({
|
||||
'open-in-center-peek',
|
||||
])
|
||||
.default('open-in-active-view'),
|
||||
// linux only:
|
||||
disableMiddleClickPaste: z.boolean().default(false),
|
||||
});
|
||||
|
||||
export const EditorSettingSchema = BSEditorSettingSchema.merge(
|
||||
|
||||
Reference in New Issue
Block a user