[skip ci] WebContextMenus: fix false ci test positives

This commit is contained in:
Vendicated 2023-04-28 19:32:29 +02:00
parent 7b13b9a53e
commit e7d0fc258d
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

@ -121,7 +121,7 @@ export default definePlugin({
predicate: () => settings.store.addBack,
replacement: {
// return IS_DESKTOP ? React.createElement(Menu, ...)
match: /return \i\.\i\?(?=\(0,\i\.jsxs?\)\(\i\.Menu)/,
match: /return \i\.\i\?/,
replace: "return true?"
}
},
@ -146,7 +146,7 @@ export default definePlugin({
}
},
{
find: 'navId:"textarea-context"',
find: ':"command-suggestions"',
predicate: () => settings.store.addBack,
replacement: [
{