WebContextMenus: Fix input bar menu
This commit is contained in:
parent
df454ca952
commit
8711dd9a4b
1 changed files with 2 additions and 2 deletions
|
@ -164,8 +164,8 @@ export default definePlugin({
|
|||
find: 'getElementById("slate-toolbar"',
|
||||
predicate: () => settings.store.addBack,
|
||||
replacement: {
|
||||
match: /(?<=handleContextMenu\(\i\)\{.{0,200}isPlatformEmbedded)\?/,
|
||||
replace: "||true?"
|
||||
match: /(?<=handleContextMenu\(\i\)\{.{0,200}isPlatformEmbedded)\)/,
|
||||
replace: "||true)"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue