scratch-blocks/core
Ray Schamp c07d457cac Fix updateToolbox
I think this method broke in a merge.  We are recreating the category DOM element on init, but this seems to be the simplest solution for now.

Thanks to @rachel-fenichel for helping fix it.
2017-02-15 14:53:16 -05:00
..
block.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
block_drag_surface.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
block_render_svg_horizontal.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
block_render_svg_vertical.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
block_svg.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
blockly.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
blocks.js Collapse the five 0/1-based index flags into one option. 2016-10-06 17:54:43 -07:00
bubble.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
colours.js Tweaks to Scratch-style toolbox styling (#669) 2016-10-07 15:36:21 -04:00
comment.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
connection.js Fix input shape widths (#651) 2016-10-03 09:05:27 -04:00
connection_db.js More lint and eslint configuration. 2016-05-25 15:35:11 -07:00
constants.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
contextmenu.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
css.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
dropdowndiv.js Fix bug with dropdowndiv placement. It was using getPage Offset to do positioning calculations. GetPageOffset takes into account the scroll position which we do not want. It is not noticable if the body has overflow:hidden like the playgrounds do. 2016-11-16 10:15:21 -08:00
events.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
field.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
field_angle.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
field_checkbox.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
field_colour.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
field_date.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
field_dropdown.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
field_iconmenu.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
field_image.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
field_label.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
field_number.js Add Negative Key To Number Pad (#703) 2016-11-12 11:36:20 -05:00
field_numberdropdown.js Fix setting constraints for number dropdown fields 2016-11-10 14:24:59 -08:00
field_textdropdown.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
field_textinput.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
field_variable.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
flyout_base.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
flyout_button.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
flyout_horizontal.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
flyout_vertical.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
generator.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
icon.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
inject.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
input.js Merge branch 'develop' of https://github.com/google/blockly into feature/pull_google/7_11 2016-07-11 15:53:14 -07:00
msg.js Add workspace.newBlock, deprecate Blockly.Block.obtain. 2015-12-07 16:40:45 +01:00
mutator.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
names.js Generalize PHP $ hack for variables. 2015-07-02 19:59:32 -07:00
options.js Fix IE and Edge Default Toolbox 2017-01-05 15:53:46 -05:00
procedures.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
rendered_connection.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
scrollbar.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
toolbox.js Fix updateToolbox 2017-02-15 14:53:16 -05:00
tooltip.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
touch.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
trashcan.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
utils.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
variables.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
warning.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
widgetdiv.js Merge branch 'develop' of https://github.com/google/blockly into merge_sept_01 2016-09-01 16:52:08 -07:00
workspace.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
workspace_drag_surface_svg.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
workspace_svg.js Fix updateToolbox 2017-02-15 14:53:16 -05:00
xml.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
zoom_controls.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00