Skip to content

Code improvement: condition that always give false #639

@NadezhdaKatcman

Description

@NadezhdaKatcman

In code there is a condition that never gives true

Place: _enterComponentEditMode in Miew.js in miew/src there is condition that never gives true
if (editors === []) { return; }

Probably length of editors should be checked
Better to review code, update it and ensure that editing compounds works

Metadata

Metadata

Assignees

No one assigned

    Labels

    javascriptPull requests that update javascript code

    Type

    No fields configured for Task.

    Projects

    Status

    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions