You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Please add the Zoom In and Zoom Out texts to the settings like this:
const contextmenu = new ContextMenu({
width: 170,
defaultItems: true, // defaultItems are (for now) Zoom In/Zoom Out
zoomInText: "Zoom In",
zoomOutText: "Zoom Out"
......
I want to translate this.
I know I can disable defaultItems and add this items manually but then no make sense the defaultItems integrated into the ContextMenu.
👍
The text was updated successfully, but these errors were encountered:
Hi,
Please add the
Zoom In
andZoom Out
texts to the settings like this:I want to translate this.
I know I can disable
defaultItems
and add this items manually but then no make sense thedefaultItems
integrated into theContextMenu
.👍
The text was updated successfully, but these errors were encountered: