Skip to content

michael-braun/rete-advanced-selection-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@mbraun/rete-advanced-selection-plugin

General

This plugin performs the following changes on the default selection behaviour of rete.js:

  • Multiselect: Selection is not removed when dragging nodes without holding [CTRL]
  • Clicking on the WorkingArea removes the selection
  • Deselection-Operations that are performed by this library trigger the events nodedeselect (preventable) and nodedeselected

Usage

This package (currently) requires no further configuration. Just import and include it:

import AdvancedSelectionPlugin from '@mbraun/rete-advanced-selection-plugin';

editor.use(AdvancedSelectionPlugin);

About

A plugin that improves the selection handling of rete-js

Resources

Stars

Watchers

Forks

Packages

No packages published