Skip to content

Commit

Permalink
Update block
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Aug 14, 2021
1 parent 6cdd3a1 commit bd24c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/block_manager/model/Block.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Model } from 'common';
* @property {Boolean} [activate=false] If true, triggers an the `active` event on dropped component
* @property {Boolean} [select=false] If true, the dropped component will be selected
* @property {Boolean} [resetId=false] If true, all IDs of dropped components and their styles will be changed
* @property {Boolean} [disable=false] Disable the drag of the block
* @property {Boolean} [disable=false] Disable the block from being interacted
* @property {Object} [attributes={}] Block attributes to apply in the view element
*/
export default class Block extends Model {
Expand Down

0 comments on commit bd24c7a

Please sign in to comment.