Skip to content

Commit 8d6b781

Browse files
committed
fix(gui): add RTL support to delete-confirmation-prompt
This commit adds RTL (Right-to-Left) support for the delete-confirmation-prompt. In RTL languages, when multiple sprites are opened, the delete section of the confirmation prompt extended beyond the window boundary. This update fixes the layout so it displays correctly in RTL as well as LTR.
2 parents 4558436 + ce16266 commit 8d6b781

File tree

7 files changed

+116
-111
lines changed

7 files changed

+116
-111
lines changed

package-lock.json

Lines changed: 80 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scratch-editor",
3-
"version": "11.6.0-gui-standalone",
3+
"version": "11.6.0",
44
"private": "true",
55
"description": "Scratch editor mono-repository",
66
"author": "Scratch Foundation",

0 commit comments

Comments
 (0)