Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commita0543b6

Browse files
Archaeopteryxdarkwing
authored andcommitted
Use dedicated accesskey for editing log points (#8196) (#8197)
1 parentb2f653a commita0543b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/components/Editor/menus/breakpoints.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const editLogPointItem = (
8888
)=>({
8989
id:"node-menu-edit-log-point",
9090
label:L10N.getStr("editor.editLogPoint"),
91-
accesskey:L10N.getStr("editor.addLogPoint.accesskey"),
91+
accesskey:L10N.getStr("editor.editLogPoint.accesskey"),
9292
disabled:false,
9393
click:()=>breakpointActions.openConditionalPanel(location,true),
9494
accelerator:L10N.getStr("toggleCondPanel.logPoint.key")

‎src/components/SecondaryPanes/Breakpoints/BreakpointsContextMenu.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export default function showContextMenu(props: Props) {
232232
consteditLogPointItem={
233233
id:"node-menu-edit-log-point",
234234
label:L10N.getStr("editor.editLogPoint"),
235-
accesskey:L10N.getStr("editor.addLogPoint.accesskey"),
235+
accesskey:L10N.getStr("editor.editLogPoint.accesskey"),
236236
disabled:false,
237237
click:()=>openConditionalPanel(selectedLocation,true),
238238
accelerator:L10N.getStr("toggleCondPanel.logPoint.key")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp