You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
If noDefaultExtensions is set to true - default extensions must not be loaded. The editor should load only those extensions that are listed in the config extensions property. E.g. this config:
Describe the bug
When 'noDefaultExtensions' config option is set to true - the editor still loads default extensions.
To Reproduce
Steps to reproduce the behavior:
src/editor/index.html
and changenoDefaultExtensions
parameter to true:Expected behavior
If
noDefaultExtensions
is set totrue
- default extensions must not be loaded. The editor should load only those extensions that are listed in the configextensions
property. E.g. this config:should load 'ext-panning' and 'ext-eyedropper' extensions only.
SVG-Edit environment (IMPORTANT)
index.html
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: