-
Notifications
You must be signed in to change notification settings - Fork 1
unable to create / rename folder in Microsoft Edge #36
Copy link
Copy link
Open
Labels
Description
While creating and renaming folders for variables works well in Firefox, I´m unable to create and/or rename a folder in Microsoft Edge (Version 83.0.478.50).
The developer´s console shows the following error when clicking on the icon to create a new folder:
TypeError: t.newName.replaceAll is not a function
at s.<anonymous> (edit.bundle.js:8)
at s.e._render (vendor.bundle.js:13)
at s.r (vendor.bundle.js:13)
at pn.get (vendor.bundle.js:13)
at pn.run (vendor.bundle.js:13)
at dn (vendor.bundle.js:13)
at Array.<anonymous> (vendor.bundle.js:13)
at Ze (vendor.bundle.js:13)
and this error when clicking on the name of an existing folder:
TypeError: e.value.replaceAll is not a function
at s.<anonymous> (vendor.bundle.js:13)
at s.e._render (vendor.bundle.js:13)
at s.r (vendor.bundle.js:13)
at pn.get (vendor.bundle.js:13)
at pn.run (vendor.bundle.js:13)
at dn (vendor.bundle.js:13)
at Array.<anonymous> (vendor.bundle.js:13)
at Ze (vendor.bundle.js:13)
Reactions are currently unavailable