mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
fix: make deserialization use the new render management system (#7306)
* fix: make JSON use render queue * fix: updating disabled for JSON system * fix: make XML use render queue * chore: make flyout use render queue explicitly
This commit is contained in:
@@ -27,7 +27,7 @@ import {
|
||||
|
||||
suite('Flyout', function () {
|
||||
setup(function () {
|
||||
sharedTestSetup.call(this);
|
||||
this.clock = sharedTestSetup.call(this, {fireEventsNow: false}).clock;
|
||||
Blockly.defineBlocksWithJsonArray([
|
||||
{
|
||||
'type': 'basic_block',
|
||||
@@ -48,6 +48,7 @@ suite('Flyout', function () {
|
||||
});
|
||||
|
||||
teardown(function () {
|
||||
this.clock.runAll();
|
||||
sharedTestTeardown.call(this);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user