mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
fix: gestures handling icons (#7101)
* fix: add handling icon clicks to the gesture system * fix: error message
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user