Merge pull request #7361 from penpot/azazeln28-feat-dom-textarea-position

🎉 Text Editor DOM textarea position
This commit is contained in:
Elena Torró
2025-10-16 14:30:41 +02:00
committed by GitHub
31 changed files with 2262 additions and 1326 deletions

View File

@@ -6,7 +6,7 @@ test.beforeEach(async ({ page }) => {
await WorkspacePage.mockConfigFlags(page, ["enable-feature-text-editor-v2"]);
});
test("BUG 11552 - Apply styles to the current caret", async ({ page }) => {
test.skip("BUG 11552 - Apply styles to the current caret", async ({ page }) => {
const workspace = new WorkspacePage(page);
await workspace.setupEmptyFile();
await workspace.mockGetFile("text-editor/get-file-11552.json");