fix: gestures handling icons (#7101)

* fix: add handling icon clicks to the gesture system

* fix: error message
This commit is contained in:
Beka Westberg
2023-05-22 13:10:42 -07:00
committed by GitHub
parent 2b50ef2a64
commit d90d00570f
3 changed files with 70 additions and 9 deletions

View File

@@ -124,7 +124,7 @@ suite('Icon', function () {
);
});
test.skip('initView is called by headful blocks during initSvg', function () {
test('initView is called by headful blocks during initSvg', function () {
const workspace = createWorkspaceSvg();
const block = createUninitializedBlock(workspace);
const icon = new MockIcon();
@@ -142,7 +142,7 @@ suite('Icon', function () {
);
});
test.skip(
test(
'initView is called by headful blocks that are currently ' +
'rendered when the icon is added',
function () {