mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
Comment out date picker (it increases compile size by 60%).
This commit is contained in:
@@ -164,7 +164,11 @@
|
||||
<block type="field_dropdown"></block>
|
||||
<block type="field_checkbox"></block>
|
||||
<block type="field_colour"></block>
|
||||
<!--
|
||||
Date picker commented out since it increases footprint by 60%.
|
||||
Add it only if you need it. See also goog.require in blockly.js.
|
||||
<block type="field_date"></block>
|
||||
-->
|
||||
<block type="field_variable"></block>
|
||||
<block type="field_image"></block>
|
||||
</category>
|
||||
|
||||
Reference in New Issue
Block a user