Skip to content

Interactions such as panning and zooming with ggtb() cause unnecessary recompositions #33

@IKupriyanov-HORIS

Description

@IKupriyanov-HORIS

Steps to reproduce:

  1. Enable logging in NaiveLogger.kt.
  2. Run the ToolbarCompose.kt demo.
  3. Enable Panning via the toolbar.
  4. Drag the plot.

Expected:
The log output should remain unchanged during interaction.

Actual:
Each interaction logs [PlotPanel] SwingPanel.update(), indicating a recomposition is triggered unexpectedly.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions