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
The strictMode option is currently implemented in SunEditor but lacks proper TypeScript type definitions in src/options.d.ts. This makes it difficult to use the option when working with TypeScript projects.
If I've overlooked something or if this type definition already exists somewhere else in the codebase, please let me know! I'm happy to be pointed in the right direction.
Current Behavior
strictMode option exists and is functional in the codebase
References to strictMode can be found in the source code and commit history
The option is missing from the TypeScript type definitions
Expected Behavior
The strictMode option should be properly defined in src/options.d.ts with appropriate TypeScript type definitions.
Issue Description
The
strictMode
option is currently implemented in SunEditor but lacks proper TypeScript type definitions insrc/options.d.ts
. This makes it difficult to use the option when working with TypeScript projects.If I've overlooked something or if this type definition already exists somewhere else in the codebase, please let me know! I'm happy to be pointed in the right direction.
Current Behavior
strictMode
option exists and is functional in the codebasestrictMode
can be found in the source code and commit historyExpected Behavior
The
strictMode
option should be properly defined insrc/options.d.ts
with appropriate TypeScript type definitions.Related Code References
Proposed Solution
Add the
strictMode
type definition tosrc/options.d.ts
:The text was updated successfully, but these errors were encountered: